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

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.

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.