Benry-ActionRunner 0.1.0 released
Benry-ActionRunner 0.1.0 released.
Benry-ActionRunner is a small utility to run actions or tasks. Similar to Rake but much better than it, because actions on Benry-ActionRunner can take their own arguments and options.
For example: arun hello -l en world
(Benry-ActionRunner) v.s. rake hello lang=en name=world
(Rake).
Benry-ActionRunner is also an example application of Benry-CmdApp framework.
Post a comment