1.0.0 • Published 8 years ago

compare-size-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

compare-size-cli Build Status

Compare size between two files

Install

$ npm install --global compare-size-cli

Usage

$ compare-size --help

  Usage
    $ compare-size <file> <file>

  Example
    $ compare-size foo.zip bar.tar.gz
    foo.zip: 1.34 kB
    bar.tar.gz: 1 kB
    Difference: 0.34 kB

Related

License

MIT © Kevin Martensson