0.0.3 • Published 8 years ago

damon-cli v0.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

logo

A CLI for the damon tool.

logo

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

Damon Projects

Installation

via NPM :

npm install -g damon-cli

Usage

> damon run tasks.json
or
> damon run tasks1.json tasks2.json
or 
> damon run *.json