0.1.5 • Published 6 years ago

nm-hunter v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Build Status npm package

nm-hunter

✨💀👻 a node_modules hunter cli

Getting Started

You will need Node >= 7 installed. How do I install node? click here to find out about nvm

Installation

npm install -g nm-hunter

Usage

➜  cd ~
➜  nm-hunter
⠏ Hunting wild node_modules: 102 MB

. . .

⚡️ Found!
------------
⚠️ 134 MB ./node_modules
✅    0 B ./src/__mocks__/node_modules

total used: 134 MB
   it took: 220 milliseconds

. . .

➜  nm-hunter --help

  Usage: nm-hunter [options]


  Options:

    -V, --version  output the version number
    -v, --version  output the version number
    -s, --sort     sort the node_modules in ASC
    -w --warning   only display node_modules above 99M
    -h, --help     output usage information

Development

Fork, then clone the repo:

git clone https://github.com/your-username/nm-hunter.git
cd nm-hunter
git remote set-url g3 https://github.com/g3org3/nm-hunter.git
npm install
npm link
nm-hunter --help

Changelog

https://github.com/g3org3/nm-hunter/blob/master/CHANGELOG.md

Contributors

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago