Registry / cli / executable

executable

JSON →
library1.3.0rbrubygemsunverified

Think of Executable as a COM, a Commandline Object Mapper, in much the same way that ActiveRecord is an ORM. A class utilizing Executable can define a complete command line tool using nothing more than Ruby's own method definitions.

gem install executable
INSTALL
IMPORT
SIG · EXECUTABLE
E
executable
clirubyv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Executable
require 'executable'

Define and run a command-line tool

require 'executable' class Greet < Executable::Command def call(name) puts "Hello, #{name}!" end end Greet.run(['World'])
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Amazon
1
Resources
executable — gem install executable · libregistry