node-size-analyzer 0.1.0

CLI tool to analyze node_modules sizes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
```