Skip to content

josip/kano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kano, Make for Io

Kano (from Greek Κάνω, make) is a simple Make, Rake and Thor inspired tool for Io.

Installation

Kano will be installed automagically with Eerie as a dependency, but if you insist:

$ eerie install git://github.com/josip/kano

Usage

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:
Usage: kano -

help Quick usage notes. ns Lists all namespaces.

No task was given. See -T for list of available tasks.
$ kano -V
Kano v0.1

Todo

  • Prettier output
  • Defining arguments by name (ex. kano print --first-name=Robo --last-name=Cop)
  • Documentation
  • Tests

About

Make for Io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages