2 unstable releases
0.2.0 | Nov 29, 2023 |
---|---|
0.1.0 | Nov 28, 2023 |
#24 in #command-runner
16KB
run_it
A simple task runner for running tasks in every project, but with the same command.
Installation
cargo install run_it
Usage
Init
run init
Run development command
run dev
Run build command
run build
and so on...
Configuration
Config file
# Tasks.toml
[commands]
dev = "cargo run"
build = "cargo build --release"
<task_name> = "<command>"
Contributing
Feel free to open an issue or a pull request. Any help is appreciated!
Dependencies
~0.6–1.2MB
~27K SLoC