An open API service indexing awesome lists of open source software.

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

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