Crates.io | novice |
lib.rs | novice |
version | 0.1.3 |
source | src |
created_at | 2020-05-27 11:27:29.954268 |
updated_at | 2020-06-03 11:32:01.619862 |
description | A CLI wizard tool intended for interative usage. |
homepage | |
repository | https://gitlab.com/rnxpyke/mage |
max_upload_size | |
id | 246642 |
size | 35,016 |
A CLI wizard tool similar to make but intended for intaractive usage.
# build project
cargo build
# run with example file
# (no actual commands are executed yet)
cargo run study -f examples/ok/dependency.yml
Create a Magefile in YAML Format.
The magefile contains a list of tasks that can have a number of scripts
that complete them. Optionally a task can have a description and depend on other tasks.
For some examples, look at the examples folder in the source code.
By default, mage
will look for Magefile.yml
in the current directory.