npm-uninstall
v1.0.0
Published
uninstall your npm dependencies
Maintainers
Readme
npm-uninstall 🗑
What
A simple tool that lists your npm dependencies and runs npm uninstall on the packages you'd like to uninstall
Usage
npm-uninstallInstallation
This CLI requires Node 8.10.0 or higher.
npm install -g npm-uninstallor simply
npx npm-uninstallHOW
- Looks for
package.jsonin the current directory- Walks a maximum of 10 directories up until it finds
package.json. Exits if not found.
- Walks a maximum of 10 directories up until it finds
- Provides a keyboard navigable list of dependencies to run
- Choose the dependencies you'd like to delete and press the
Enterkey - Done 🎉
