https://github.com/chmln/pkgpurge
Uninstall npm packages using regular expressions
https://github.com/chmln/pkgpurge
Last synced: over 1 year ago
JSON representation
Uninstall npm packages using regular expressions
- Host: GitHub
- URL: https://github.com/chmln/pkgpurge
- Owner: chmln
- Created: 2017-03-18T23:05:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T16:39:27.000Z (about 9 years ago)
- Last Synced: 2025-01-24T16:43:33.638Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## pkgpurge
CLI for batch removal of packages based on regular expressions.
```sh
Usage: pkgpurge regex [path]
[path] defaults to current directory.
Examples:
- pkgpurge "express*"
- pkgpurge "babel*" /workspace/project_directory
```