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
Installation