2个不稳定版本
0.2.0 | 2023年11月29日 |
---|---|
0.1.0 | 2023年11月28日 |
#18 in #task-runner
16KB
run_it
一个简单的任务运行器,用于在各个项目中运行任务,但使用相同的命令。
安装
cargo install run_it
使用方法
初始化
run init
运行开发命令
run dev
运行构建命令
run build
等等...
配置
配置文件
# Tasks.toml
[commands]
dev = "cargo run"
build = "cargo build --release"
<task_name> = "<command>"
贡献
请随意提交问题或拉取请求。任何帮助都受欢迎!
依赖项
~0.6–1.3MB
~28K SLoC