1.0.9 • Published 9 years ago
l-rm-modules v1.0.9
rm-modules
Recursively remove all node_modules directories within the chosen root
directory.
Useful for cleaning a project which has more than one node_modules tree.
CLI Usage
npm install -g rm-modules
rm-modulesModule Usage
rm(root, done(err))
Recursively removes every node_modules directory within the root directory,
calling done(err) when complete.
License
MIT. See LICENSE.md for details.
