An interactive cli tool to uninstall npm global packages.
- Node.js (Tested with > v.8)
With npx:
Running npx requires npm@5.2.0 or greater to be installed
$ npx npm-global-rm-interactive -- ...
With npm:
$ npm install -g npm-global-rm-interactive
With yarn:
$ yarn global add npm-global-rm-interactive
Run this:
$ npm-g-rmi
-
Motivation: "Maybe dont globally install that nodejs package"
-
Inspiration: "Yarn upgrade --interactive"
-
First steps: "Guide to create Nodejs CLI packages"
Feel free to dive in! Open an issue or submit PRs.
This project uses SemVer for versioning.
MIT © Gerson Niño