An alternative to Rake and Thor, Ing has a command-line syntax similar to Thor's, and it incorporates Thor's (Rails') generator methods and shell conventions. But unlike Thor or Rake, it does not define its own DSL. Your tasks correspond to plain ruby classes and methods. Ing just handles routing from the command line to them, and setting options. Your classes (or even Procs) do the rest.
Required Ruby Version
None
Authors
Eric Gjertsen
Versions
- 0.2.7 September 24, 2012 (52.5 KB)
- 0.2.2 September 23, 2012 (49.5 KB)
- 0.2.1 September 20, 2012 (48 KB)
- 0.1.5 September 17, 2012 (46 KB)
- 0.1.2 September 16, 2012 (42.5 KB)