11 个版本
0.1.18 | 2023 年 9 月 22 日 |
---|---|
0.1.16 | 2023 年 9 月 22 日 |
#1033 在 命令行工具
66 每月下载量
25KB
608 代码行
项目清理工具
项目清理工具支持 rust
、golang
、maven
、gradle
项目。但您可以通过 自定义配置文件: .cleanrc
自定义您的清理命令。
安装
从 crates.io 安装
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
自定义配置文件
在您的家目录下添加以下配置文件 .cleanrc
# Directory ends with slash will remove the whole directory
node_modules/
# Using custom command to run clean
pom.xml = mvn -B --offline clean
依赖关系
~9–19MB
~262K SLoC