Skip to content
trans edited this page Dec 19, 2012 · 9 revisions

Executable

Command line interfaces the Ruby Way!

Executable is to the commandline, what ActiveRecord is the database. You can think of Executable as a COM, a Command-line Object Mapper, just as ActiveRecord is an ORM (Object Relational Mapper). Any class mixing in Executable or subclassing Executable::Command can define a complete command line tool using nothing more than Ruby's standard syntax. No special DSL is required.

All That Is Helpful

License & Copyrights

Executable is copyrighted open source software.

Copyright (c) 2008 Rubyworks (BSD-2-Clause)

It can be distributed and modified in accordance with the BSD-2-Clause license.

Clone this wiki locally