buz

list JS file sizes - babeled, uglified and zipped

1.5.0

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
Works best with JavaScript enabled!Works best in modern browsers!