{"id":15406819,"url":"https://github.com/dannyben/super_docopt","last_synced_at":"2025-07-07T05:33:04.585Z","repository":{"id":59156867,"uuid":"120955813","full_name":"DannyBen/super_docopt","owner":"DannyBen","description":"docopt-based command line utility builder","archived":false,"fork":false,"pushed_at":"2023-07-30T15:54:10.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T14:12:12.058Z","etag":null,"topics":["cli-utilities","command-line-parser","docopt","gem","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DannyBen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-09T21:08:25.000Z","updated_at":"2023-08-10T15:34:57.000Z","dependencies_parsed_at":"2024-10-01T16:25:36.996Z","dependency_job_id":"d311e487-482b-4915-8a20-07450dbb30d8","html_url":"https://github.com/DannyBen/super_docopt","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.4871794871794872,"last_synced_commit":"8f17eebfeb0f97769267e5a40f5a6aab21baf80d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fsuper_docopt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fsuper_docopt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fsuper_docopt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fsuper_docopt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannyBen","download_url":"https://codeload.github.com/DannyBen/super_docopt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245956171,"owners_count":20700049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-utilities","command-line-parser","docopt","gem","ruby"],"created_at":"2024-10-01T16:25:35.510Z","updated_at":"2025-03-28T02:25:20.206Z","avatar_url":"https://github.com/DannyBen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Super Docopt\n==================================================\n\n[![Gem Version](https://badge.fury.io/rb/super_docopt.svg)](https://badge.fury.io/rb/super_docopt)\n[![Build Status](https://github.com/DannyBen/super_docopt/workflows/Test/badge.svg)](https://github.com/DannyBen/super_docopt/actions?query=workflow%3ATest)\n[![Maintainability](https://api.codeclimate.com/v1/badges/2ca07d88e6f7b0b57e82/maintainability)](https://codeclimate.com/github/DannyBen/super_docopt/maintainability)\n\n---\n\nCreate command line utilities with ease.\n*Super Docopt* is an extension that provides syntactic sugar to [Docopt][1]\n\n---\n\nInstall\n--------------------------------------------------\n\n    $ gem install super_docopt\n\n\nGetting Started\n--------------------------------------------------\n\n```ruby\n# my_command_line.rb\nrequire 'super_docopt'\n\nclass MyCommandLine \u003c SuperDocopt::Base\n  version '1.0.0'\n  docopt 'docopt.txt'\n  subcommands ['download', 'upload']\n\n  def download\n    puts \"#download called with #{args}\"\n  end\n\n  def upload\n    puts \"#upload called\"\n  end\nend\n\nMyCommandLine.execute ARGV\n```\n\n```plain\n# docopt.txt\nMy Command Line\n\nUsage:\n  mock download [--force]\n  mock upload\n  mock (-h|--help|--version)\n```\n\nSee the [examples](/examples) folder for more examples.\n\n---\n\n[1]: http://docopt.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fsuper_docopt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannyben%2Fsuper_docopt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fsuper_docopt/lists"}