buz
list JS file sizes - babeled, uglified and zipped
List JavaScript file sizes - babeled, uglified and zipped (gzip).
Usage
buz is most useful when installed globally.
> npm install -g buz
Use it with a single file path as argument.
> buz some-file.js
buzzing '/path/to/some-file.js' ...
src 1637
es5 1929
min 1149
zip 636
> buz --help
Usage: buz [OPTIONS] FILE
Options:
-h, --help: show this help message
-s, --show: show es5 and minified code
Arguments:
FILE: a single input file path