#cli-tool #cli #tool #cli-file #clean-tools

bin+lib clean-rs

项目清理工具支持 Rust、Golang、Maven 和 Gradle 项目

11 个版本

0.1.18 2023 年 9 月 22 日
0.1.16 2023 年 9 月 22 日

#1033命令行工具

Download history 49/week @ 2024-07-01 66/week @ 2024-07-29

66 每月下载量

MITGPL-2.0 许可证

25KB
608 代码行

项目清理工具

Rust crates.io docs.rs

项目清理工具支持 rustgolangmavengradle 项目。但您可以通过 自定义配置文件.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