https://github.com/blaze6950/dotnetcleaner
A smiple CLI tool for cleaning .net project by deleting temp folders.
https://github.com/blaze6950/dotnetcleaner
cleaner-app cleaner-cli cli cli-app csharp dotnet temporary-directory
Last synced: about 2 months ago
JSON representation
A smiple CLI tool for cleaning .net project by deleting temp folders.
- Host: GitHub
- URL: https://github.com/blaze6950/dotnetcleaner
- Owner: blaze6950
- Created: 2022-01-24T12:24:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T14:47:33.000Z (over 4 years ago)
- Last Synced: 2025-08-29T05:39:30.674Z (11 months ago)
- Topics: cleaner-app, cleaner-cli, cli, cli-app, csharp, dotnet, temporary-directory
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .Net cleaner CLI tool
You can use this simple CLI tool for deleting temp folders from existing dotnet solution folders.
The list of temp directories which are deleted by this tool:
- `/node_modules/`
- `/bin/`
- `/obj/`
- `/.vs/`
- `/build/`
---
### How to run
1. You can open the `.exe` file
1. Also You can call it through console `../dotnetCleaner.exe`
2. Pass arguments
1. You can use `-h` or `--help` for getting the list of supported commands
2. For cleaning - pass `-p {root directory path}` - provide an absolute path.
3. 3. If your root path contains spaces in names - wrap path into double quotes. Example: `"C:/test folder"`
---
### Attention
There is a chance that this tool can delete important files. So, it firstly displays all pathes that it found for deletion - **PLEASE REVIEW IT!** And everything is okay - approve deletion.