Package Exports
- npm-global-rm-interactive
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-global-rm-interactive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NPM Global Remove Interactive 
An interactive cli tool to uninstall npm global packages.
Getting Started 💻
Pre-requisites
- Node.js (Tested with > v.8)
One-off invocation without local installation
With npx:
Running npx requires npm@5.2.0 or greater to be installed
$ npx npm-global-rm-interactive -- ...
Installation
With npm:
$ npm install -g npm-global-rm-interactive
With yarn:
$ yarn global add npm-global-rm-interactive
How to use?
Run this:
$ npm-g-rmi
Libraries used 💌
Credits 👏
Motivation: "Maybe dont globally install that nodejs package"
Inspiration: "Yarn upgrade --interactive"
First steps: "Guide to create Nodejs CLI packages"
Contributing 💪
Feel free to dive in! Open an issue or submit PRs.
Versioning 👀
This project uses SemVer for versioning.
License ✋
MIT © Gerson Niño