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:
target
bin
, obj
node_modules
shell
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 foundcleaner
only lists the found build artifacts