Project clean tools supports rust
, golang
, maven
, gradle
projects out of the box.
But you could custom your own clean command via custom config file: .cleanrc
.
bash
cargo install clean-rs
bash
git clone https://github.com/holi-java/clean.git
cargo install --path clean
```bash
clean
clean /home/projects ```
Add .cleanrc
config file under your home directory as below:
```none
node_modules/
pom.xml = mvn -B --offline clean ```