{"id":86800,"library":"executable","title":"Executable","description":"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.","status":"active","version":"1.3.0","language":"ruby","source_language":null,"source_url":"https://github.com/rubyworks/executable","tags":["cli","command","mapper"],"install":[{"cmd":"gem install executable","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'executable', '~> 1.3.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Executable","correct":"require 'executable'"}],"quickstart":{"code":"require 'executable'\nclass Greet < Executable::Command\n  def call(name)\n    puts \"Hello, #{name}!\"\n  end\nend\nGreet.run(['World'])","lang":"ruby","description":"Define and run a command-line tool"},"warnings":[],"env_vars":null,"search_vec":"'activerecord':18 'class':23 'cli':42 'com':7 'command':30,43 'commandlin':9 'complet':29 'defin':27 'definit':41 'execut':1,4,25 'line':31 'mapper':11,44 'method':40 'much':13 'noth':34 'object':10 'orm':21 'rubi':37 'think':2 'tool':32 'use':33 'util':24 'way':16","created_at":"2026-06-19T08:08:17.382192+00:00","updated_at":"2026-06-19T08:08:17.382192+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rubyworks/executable","github":"https://github.com/rubyworks/executable","docs":"http://www.rubydoc.info/gems/executable/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}