# Yake Yake is a task runner based on yaml files. Use yaml files to specify Makefile-like targets and execute these via CLI. ## Features - YAML based syntax for task running - Target grouping - ENV variables per target + inheritance - Inherits ENV variables from current environment - Stdout / Stderr detection + formatting - Recursive dependencies between targets - Optional recursive Yakefile includes ## TODOs - auto completion support for bash, zsh, ... - ... ## Bugs # Usage ```bash Yake Tim Eggert Make with yaml files USAGE: yake [OPTIONS] FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: -p, --parameter ... Parameters for the yake processing ARGS: Target to invoke ```