{"id":80438,"library":"simple-command","title":"SimpleCommand","description":"Easy way to build and manage commands (service objects).","status":"active","version":"1.0.1","language":"ruby","source_language":null,"source_url":"https://github.com/nebulab/simple_command","tags":["service-objects","commands","patterns"],"install":[{"cmd":"gem install simple_command","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'simple_command', '~> 1.0.1'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"SimpleCommand","correct":"require 'simple_command'"}],"quickstart":{"code":"require 'simple_command'\n\nclass GreetCommand\n  prepend SimpleCommand\n  def initialize(name)\n    @name = name\n  end\n  def call\n    \"Hello, #{@name}!\"\n  end\nend\n\nresult = GreetCommand.call('World')\nputs result.result","lang":"ruby","description":"Define and execute a command"},"warnings":[],"env_vars":null,"search_vec":"'build':5 'command':8,14 'easi':2 'manag':7 'object':10,13 'pattern':15 'servic':9,12 'service-object':11 'simplecommand':1 'way':3","created_at":"2026-06-18T05:23:36.353486+00:00","updated_at":"2026-06-18T05:23:36.353486+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":"http://github.com/nebulab/simple_command","github":"https://github.com/nebulab/simple_command","docs":"http://www.rubydoc.info/gems/simple_command/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}