Compare size between two files
$ npm install --global compare-size-cli
$ 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
MIT © Kevin Martensson