Kano (from Greek Κάνω, make) is a simple Make, Rake and Thor inspired tool for Io.
Kano will be installed automagically with Eerie as a dependency, but if you insist:
$ eerie install git://github.com/josip/kano
You can use Kano just like any other Make-like tool, place a Kanofile
or make.io
into current working directory (tasks/ directory) and you’re ready to go (Kano will actually check parent directories, too).
$ kano -T Default: Usage: kano <task>
Options:
help Quick usage notes. ns Lists all namespaces.
Usage: kano -
No task was given. See -T for list of available tasks.
$ kano -V
Kano v0.1
- Prettier output
- Defining arguments by name (ex.
kano print --first-name=Robo --last-name=Cop
) - Documentation
- Tests