2 个稳定版本
1.0.1 | 2023年8月22日 |
---|
#424 在 命令行界面
6KB
90 行
整理 🧹
一个用于删除构建目录和其他杂项的 CLI 工具
安装
cargo install tidy
用法
从当前工作目录及其所有子目录中删除所有 目标目录
tidy
目标目录
要删除的目录
默认值
node_modules,target
设置值
tidy -t build, node_modules
忽略目录
不会搜索的目录。如果目录在 目标目录 中,则不会阻止删除。
默认值
.cache, .local, .config
设置值
tidy -i .cache
依赖
~1.2–1.8MB
~34K SLoC