Skip to content

axetroy/ls-gzip-cli

Repository files navigation

ls-gzip-cli

Build Status Dependency License Node npm version

Display the file size after gzip compression!

Screenshot

Installation

npm install ls-gzip-cli -g
# or use npx
npx s-gzip-cli ./

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

Releases

No releases published

Packages

No packages published