Crates.io | clean-rs |
lib.rs | clean-rs |
version | 0.1.18 |
source | src |
created_at | 2023-09-20 16:06:27.178481 |
updated_at | 2023-09-22 10:44:57.838289 |
description | Project clean tools support rust, golang, maven and gradle projects out of the box |
homepage | |
repository | https://github.com/holi-java/clean |
max_upload_size | |
id | 978309 |
size | 56,594 |
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
.
cargo install clean-rs
git clone https://github.com/holi-java/clean.git
cargo install --path clean
# Clean current directory
clean
# Clean the specified directory
clean /home/projects
Add .cleanrc
config file under your home directory as below:
# Directory ends with slash will remove the whole directory
node_modules/
# Using custom command to run clean
pom.xml = mvn -B --offline clean