
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
zaifumo-cli
Advanced tools
A Powerful Cross-platform Webpack CLI Tool
$ npm i zaifumo-cli -g
Support zaifumo and webpack modes,default zaifumo mode, you can specify the wepback build mode by --webpack. Default read ${root}/webpack.config.js webpack config file.
easy -h
Usage: easy [command][options]
Options:
-V, --version output the version number
-f, --filename [path] webpack config file path
-p, --port [port] webpack server port
-s, --size [option] webpack build size analyzer tool, support size: analyzer and stats, default analyzer
--dll only webpack dll config
--web only webpack web config
--node only webpack node config
--speed stat webpack build speed
--devtool [devtool] webpack devtool config
-h, --help output usage information
Commands:
init [options] init webpack config or boilerplate for Vue/React/Weex
install [options] dynamic install zaifumo missing npm module
upgrade [options] upgrade project package to latest version
print [options] [env] print webpack config, support print by env or config node key
dll [env] webpack dll build
build [options] [env] webpack building
server [options] static file web http server
dev [env] start webpack dev server for develoment mode
start [env] start webpack dev server for develoment mode
zip [options] archive files to zip file
tar [options] archive files to tar file
deploy upload file to deplay space
clean [dir] webpack cache dir clean, if dir == "all", will clean cache dir and build dir
open [dir] open webpack cache dir
kill [port] kill port process, default will kill 7001, 9000, 9001
step one:

step two:

easy dev
easy dev -f build/webpack.config.js
easy dev --webpack
easy dev -f build/webpack.config.js --webpack
easy build prod
easy build -f build/webpack.config.js
easy clean
easy open
easy kill 7001
easy kill 7001,9000,9001
easy build -s
easy build -s stats
Use the plugin speed-measure-webpack-plugin for build speed analysis and count the time spent on each loader and plugin
easy build --speed
Use the plugin node-http-server for local directory compilation access, automatically find HTML files
easy server
easy server -p 8888 -d dist
easy print -h
Usage: print [env][options]
print webpack config, support print by env or config node key
Options:
-k, --key [name] print webpack config info by config key name, example: [module/module.rules/plugins] and so on
-h, --help output usage information
easy print -k module
easy print dev -k entry
easy print test -k module.rules
easy print prod -k module.rules[0]
easy print -k plugins
easy print -k plugins[0]
easy print -k output
easy print -k resolve
FAQs
Zaifumo Init Tool
The npm package zaifumo-cli receives a total of 3 weekly downloads. As such, zaifumo-cli popularity was classified as not popular.
We found that zaifumo-cli 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.