Sha256: 0de92ac6900acefd1d706339d69954c49268e9a6fb0a12d544501a601da2e757

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

---
title  : Executable
summary: Any class, a command-line interface.
created: 2008-08-08

description:
  The Executable mixin is a very quick and and easy
  way to make almost any class usable via a command
  line interface. It simply uses writer methods as
  option setters, and the first command line argument
  as the method to call, with the subsequent arguments
  passed to the method.

authors:
  - Thomas Sawyer

resources:
  home: http://rubyworks.github.com/executable
  code: http://github.com/rubyworks/executable

repositories:
  public: git://github.com/rubyworks/cliable.git

requires:
  - turn (test)

collection : RubyWorks
license    : Apache 2.0
copyright  : Copyright (c) 2008 Thomas Sawyer

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
executable-1.1.0 Profile
executable-1.0.0 PROFILE