doer 是一款基于 KDL 配置语言的命令组织工具。告别杂乱与重复,用极致的复用设计与超高可读性,让命令管理重归清晰。
sudo sh -c '$(curl -fsSL https://doer.hentioe.dev/install.sh)' tasks {
test "cargo test --all"
release {
- "cargo build --bin {bin} --release"
arg bin
dep test
env {
RUST_BACKTRACE full
}
}
precommit {
- "cargo fmt --all -- --check"
- "cargo clippy --all-targets -- -D warnings"
}
prepush {
dep precommit
dep test
}
} 还在用 Makefile?justfile?或者其他的工具?不妨试试 Doer 吧!