npm-uninstall

1.0.0 • Public • Published

npm version

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-uninstall

Installation

This CLI requires Node 8.10.0 or higher.

npm install -g npm-uninstall

or simply

npx npm-uninstall

HOW

  1. Looks for package.json in the current directory
    • Walks a maximum of 10 directories up until it finds package.json. Exits if not found.
  2. Provides a keyboard navigable list of dependencies to run
  3. Choose the dependencies you'd like to delete and press the Enter key
  4. Done 🎉

Package Sidebar

Install

npm i npm-uninstall

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

7.57 kB

Total Files

4

Last publish

Collaborators

  • evansowino