0.0.3 • Published 9 years ago

filesize-cli v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

filesize-cli

Say you've decided your diet includes too much gulp or grunt and want to eat something more natural like npm scripts, but miss tasty deserts like grunt-file size?

This is just a tiny module that returns a file's size. It's made as a CLI to use with npm scripts.

Install

npm install filesize-cli

Use

filesize-cli src/finalBuild.js

// finalBuild.js: 3892 kb

filesize-cli src/

// helperFile.js: 378 kb
// fixBrowserBug.txt: 836 kb
// doghighfivescat.png 7287 kb
// setup.js: 389 kb
// finalBuild.js: 3892 kb

npm.io