package-weight
v1.2.4
Published
This is a global command line utility written to assist in determining the minified size of all your projects package.json dependencies. ## Installation ```bash npm install -g package-weight ``` ## Usage and Requirements Package weight is extremely easy!
Downloads
25
Readme
package-weight
This is a global command line utility written to assist in determining the minified size of all your projects package.json dependencies.
Installation
npm install -g package-weightUsage and Requirements
Package weight is extremely easy! Just navigate to your apps root directory where your package.json file is in the same working directory you are. Run the command
how-fatNow just wait! Shortly the utility will return the size of all your dependencies.
Credits
npm-cost - for providing the API this script uses.
Pull requests welcome!
