@ailrun/cli-bundle
v0.0.0
Published
## How to Install
Downloads
3
Maintainers
Readme
@ailrun/cli-bundle
How to Install
npm i -D @ailrun/cli-bundle
Package Included
npm-run-all
CLI for run multiple npm scripts in single npm script.rimraf
CLI for runningrm -rf
on specific directory. This package is useful for writing a script for cleaning.cross-env
CLI for adding environment variable temporarily for current command. For example, you want to use a env variableBUILD_STAGE
of'COMPRESSING'
, only fornpm pack
, you can usecross-env BUILD_STAGE=COMPRESSING npm pack