Rhiz

A deliberately minimal task runner.

This is an in-progress-pre-alpha project.

Rhiz executes tasks defined in a "Rhizfile", containing task descriptions with a Lisp like syntax.

```scheme (task "hello" (log "Rhiz says hello"))

;; Comments start with a semicolon (task "fizzbuzz" "Tasks can have an optional description" (exec fizzbuzz.exe))

(task "clean" (delete "./output")) ```

Commands

TODO (Code)

TODO (Documentation)