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

https://github.com/endalk200/rm-pj

CLI tool to remove project junk files like dependencies and dist files
https://github.com/endalk200/rm-pj

rm rm-pj rm-project-junk

Last synced: 12 months ago
JSON representation

CLI tool to remove project junk files like dependencies and dist files

Awesome Lists containing this project

README

          

# rm-rf-js-junk

When working on multiple projects there will be forgotten files and directories taking too much space that are not needed anymore. rm-rm-js-junk is a simple go CLI app that walks specified directory and remove all js junk files like `node_modules`, `bower_components`, `dist`, `build` and etc.

## Usage

Remove all js junk files from specified directory

```bash
rm-rf -p /path/to/project
```

Remove all js junk files from current directory

```bash
rm-rf
```