A CLI wizard tool similar to make but intended for intaractive usage.
```bash
rustup override set nightly
cargo build
cargo run check-file 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.