1.0.2 • Published 8 years ago
node-prune v1.0.2
node-prune
Easily pruning unneeded files from
node_modules.
Original script written by gpittarelli and neophob.
Use cases:
- Optmize for sizes for aws lambda functions
- You haven't heard of
yarnandyarn autoclean
Installation
npm install -g node-pruneUsage
cd to project root and issue the following command.
node-pruneOutput
Before: 135M .
After: 112M .License
MIT