This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ike /
| name | age | message | |
|---|---|---|---|
| |
Ikefile | Wed Nov 04 15:41:25 -0800 2009 | |
| |
README | Wed Jan 07 22:38:24 -0800 2009 | |
| |
TODO | Wed Nov 04 15:41:25 -0800 2009 | |
| |
ike.io | Wed Nov 04 15:54:41 -0800 2009 |
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







