A CLI for the damon tool.
damon
is the CLI for the damon engine.
Usage:
damon [OPTIONS] [COMMAND]
Commands:
run <files...> Run the list of JSON tasks files. Accept glob.
Options:
-R, --reporter the reporter's path to use
-h, --help output usage information
-V, --version output the version number
via NPM :
npm install -g damon-cli
> damon run tasks.json
or
> damon run tasks1.json tasks2.json
or
> damon run *.json