3.0.0 • Published 8 years ago
toad_modules v3.0.0
✨🍄 toad_modules 🍄✨
Scans a directory recursively for node_modules directories and reports how much disk space each one is using.

Installation
npm install -g toad_modulesUsage
toad_modules ~/DocumentsI'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 -rIt 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.