# Node Size Analyzer
This package is a quick and easy way to get the size of each of your node_modules.
## Install
```bash
cargo install node-size-analyzer
```
(you must have rust's `cargo` installed)
## Usage
```bash
# cd into a directory with a node_modules folder
node-size-analyzer
```