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
- Host: GitHub
- URL: https://github.com/endalk200/rm-pj
- Owner: endalk200
- Created: 2023-06-15T13:24:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T07:02:05.000Z (about 3 years ago)
- Last Synced: 2025-03-03T08:14:33.242Z (over 1 year ago)
- Topics: rm, rm-pj, rm-project-junk
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```