gzipper
CLI for gzipping files.
How to use:
Install globally the package.
npm i gzipper -g
or locally to devDependencies
npm i gzipper -D
Run script from global scope or from your package.json as a script;
Globally usage.
gzipper <path> args
Locally usage.
- add to scripts property in your package.json
"scripts": {
...
"gzipper": "gzipper"
}
- use gzipper with your build commands (e.g. Angular CLI)
"scripts": {
"build": "ng build && gzipper ./dist"
}
Options:
-V, --version
output the version number-v, --verbose
detailed level of logs-h, --help
output usage information
Contribution
I appreciate every contribution, just fork the repository and send the pull request with your changes.
Requirements