# Whisper

A task-based automation app. Leiningen style.

    Usage:
      whisper [command] [options]
      whisper version
      whisper help [command]
      
    Options:
      -f, --file        Defines the project meta-file to use.
      


### Installing

Just grab it from NPM:

    $ npm install -g whisper


### Documentation

A quick reference of the API can be built using [Calliope][]:

    $ npm install -g calliope
    $ calliope build


### Licence

MIT/X11. ie.: do whatever you want.

[Calliope]: https://github.com/killdream/calliope

