public
Fork of defunkt/ike
Description: Rake in Io.
Homepage:
Clone URL: git://github.com/jdp/ike.git
ike /
name age message
file Ikefile Wed Nov 04 15:41:25 -0800 2009 Tweaked namespacing, added dependencies, and a ... [jdp]
file README Wed Jan 07 22:38:24 -0800 2009 readme [Justin Poliey]
file TODO Wed Nov 04 15:41:25 -0800 2009 Tweaked namespacing, added dependencies, and a ... [jdp]
file ike.io Wed Nov 04 15:54:41 -0800 2009 A little refactoring [jdp]
README
________________
ike: rake for io
----------------

Usage:
  ike [ -v | -h | -T ] TASKS
  
Switches:
  -v  show version
  -h  show help
  -T  show tasks
  
TASKS is a space-separated lists of tasks, defined by the task() method.

Example task:

desc("An example task")
task("example",
  "An example task" println
)

And then call:
  ike example
  
To run the example task. You can also use the depends() method to add
task dependencies.

original implementation:
>> chris@ozmm.org
=> http://github.com/defunkt/ike