3.0.0 • Published 7 years ago

toad_modules v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

✨🍄 toad_modules 🍄✨

Scans a directory recursively for node_modules directories and reports how much disk space each one is using.

screencast of usage

Installation

npm install -g toad_modules

Usage

toad_modules ~/Documents

I'm Feeling Lucky

This little one-liner will quietly delete every node_modules directory anywhere within your current working directory. It's a dangerous, destructive operation, so please consult your horoscope before copypasting this into your terminal.

toad_modules | grep -v TOTAL | awk '{ print $2; }' | xargs rm -r

It won't ask you if you're sure first. It will begin deleting almost immediately. But you seem like you know what you're doing, so go for it 👍

Contributing

Contributors are subject to version 1.4 of the Contributor Covenant.

License

toad_modules is released under the MIT License.

3.0.0

7 years ago

2.7.0

7 years ago

2.6.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago