1.0.3 • Published 1 year ago

node-minify-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Installation

Install package with NPM and add it to your development dependencies:

npm install node-minify-cli --save-dev

Usage

#Package index.js and dependencies into one file;
node-minify-cli index.js

#Package index.js and dependencies into one minimized code file;
node-minify-cli index.js -m


node-minify-cli index.js -m -o minify.js
Usage:
  index.js [OPTIONS] [ARGS]

Options:
  -o, --output FILE      Output file
  -m, --minify BOOL      Minify code
  -h, --help             Display help and usage details

```code
1.0.3

1 year ago

1.0.0

1 year ago