Crates.io | run_it |
lib.rs | run_it |
version | 0.2.0 |
source | src |
created_at | 2023-11-28 19:30:16.753073 |
updated_at | 2023-11-29 19:35:47.598427 |
description | A simple task runner |
homepage | |
repository | https://github.com/Jak2k/run_it |
max_upload_size | |
id | 1052306 |
size | 42,588 |
A simple task runner for running tasks in every project, but with the same command.
cargo install run_it
run init
run dev
run build
and so on...
# Tasks.toml
[commands]
dev = "cargo run"
build = "cargo build --release"
<task_name> = "<command>"
Feel free to open an issue or a pull request. Any help is appreciated!