0.1.0 • Published 7 years ago

ls-gzip-cli v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ls-gzip-cli

Build Status Dependency License Node npm version

Display the file size after gzip compression!

Installation

npm install ls-gzip-cli -g

Usage

$ ls-gzip --help

   ls-gzip 0.1.0 
     
   USAGE

     ls-gzip [path]

   ARGUMENTS

     [path]      Specify a path to display the gzip size, it can be a dir or a file.      optional      default: "./" 

   GLOBAL OPTIONS

     -h, --help         Display help                                      
     -V, --version      Display version                                   
     --no-color         Disable colors                                    
     --quiet            Quiet mode - only displays warn and error messages
     -v, --verbose      Verbose mode - will also output debug messages    

Contributing

git clone https://github.com/axetroy/ls-gzip-cli.git
cd ./ls-gzip-cli
yarn
./bin/ls-gzip

You can flow Contribute Guide

Contributors

Axetroy💻 🔌 ⚠️ 🐛 🎨

License

The MIT License