doit-cli 0.1.0

A CLI tool for managing your simple scripts.
doit-cli-0.1.0 is not a library.
Visit the last successful build: doit-cli-0.1.5

DOIT

A simple task runners for the lazy.

Example Usage

# do.yaml
env:
  NAME: world
tasks:
  hello:
    cmd: echo $GREETING $NAME
    env:
      GREETING: Hello
$ doit hello
Hello world

Installation

cargo install --git https://github.com/jacobaclarke/do-cli.git