Crates.io | yake |
lib.rs | yake |
version | 0.5.3 |
source | src |
created_at | 2020-03-14 00:11:54.198606 |
updated_at | 2020-07-24 23:38:27.821089 |
description | Yake is a task runner based on yaml files. |
homepage | https://gitlab.com/elbartus/yake |
repository | https://gitlab.com/elbartus/yake |
max_upload_size | |
id | 218402 |
size | 48,088 |
Yake is a task runner based on yaml files.
Use yaml files to specify Makefile-like targets and execute these via CLI.
Yake
Tim Eggert <tim@elbart.com>
Make with yaml files
USAGE:
yake [OPTIONS] <TARGET>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --parameter <param>... Parameters for the yake processing
ARGS:
<TARGET> Target to invoke