Socket
Socket
Sign inDemoInstall

hiipack

Package Overview
Dependencies
709
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hiipack

A front end development tool based on webpack


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

hiipack

webpack Node.js version NPM version npm Build Status

hiipack is a front end development tool based on webpack.

Install:

npm install hiipack -g

Usage:

hii [options] [command]

Commands:

  init <name>                   initialize project
  start                         create a local server
  min                           compress/obfuscate project files
  pack                          pack project files
  sync                          synchronize the current directory to remote server
  test                          run unit test
  clear                         clear resulting folders of hiipack
  config [operation] [args...]  hiipack config, `operation`: [empty]|list|set|delete

Options:

  -h, --help                 output usage information
  -v, --version              output the version number
  -o, --open [open]          open in browser, one of: chrome|firefox|safari|opera
  -p, --port <port>          service port
  -r, --registry <registry>  npm registry address
  -d, --debug                print debug log
  -s, --syncConf <syncConf>  custom sync config
  -D, --detail               print debug and error detail log
  -x, --proxy                start the proxy server
  -t, --type <type>          project type: one of react|react-redux|es6|vue|normal|empty
  --no-color                 disable log color
  --log-time                 display log time
  --https                    start https server

Examples:

  $ hii init project_name
  $ hii start
  $ hii start -p 8800
  $ hii pack
  $ hii sync
  $ hii min

Documention:

Documention

FAQs

Last updated on 07 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc