Skip to content

Jak2k/run_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!