Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
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, --sync-conf <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
--no-hot-reload disable hot reload
--log-time display log time
--https start https server
--ssl-key <sslKey> ssl key file
--ssl-cert <sslCert> ssl cert file
Examples:
$ hii init project_name -t es6
$ hii start -xodD --https --ssl-cert ssl/cert/file --ssl-key ssl/key/file
$ hii start -p 8800
$ hii pack -dD --log-time --no-color
$ hii sync
$ hii min -dD --log-time
$ hii config list
$ hii config set system_proxy xxx.yyy.zzz:25
$ hii config delete system_proxy
$ hii ssl
Documention:
FAQs
hiipack is a front-end development tool based on the Webpack.
We found that hiipack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.