Cleaner is a utility for cleaning up build artifacts in bulk.
It recursively looks for specific build folders, at a given path, for the following project types:
- Rust -
target - .Net -
bin,obj - Web -
node_modules
cargo install --git https://github.com/nejat/cleaner.git* requires rust and cargo - Rust Install Instructions
cleaner <path> [-forreals]
path- required parameter that specifies to clean-forreals- optional switch that deletes all build artifacts found
without the switchcleaneronly lists the found build artifacts