{"id":22713176,"url":"https://github.com/ddavison/new-ruby-cli","last_synced_at":"2025-09-03T17:39:55.935Z","repository":{"id":23710481,"uuid":"27082968","full_name":"ddavison/new-ruby-cli","owner":"ddavison","description":"bootstrap shell script for new ruby cli apps","archived":false,"fork":false,"pushed_at":"2014-11-24T16:22:57.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T00:09:07.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ddavison.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-24T16:02:42.000Z","updated_at":"2014-11-24T16:22:57.000Z","dependencies_parsed_at":"2022-07-31T14:38:55.329Z","dependency_job_id":null,"html_url":"https://github.com/ddavison/new-ruby-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavison%2Fnew-ruby-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavison%2Fnew-ruby-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavison%2Fnew-ruby-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddavison%2Fnew-ruby-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddavison","download_url":"https://codeload.github.com/ddavison/new-ruby-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254100,"owners_count":20747948,"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":[],"created_at":"2024-12-10T14:08:29.535Z","updated_at":"2025-03-29T22:42:47.379Z","avatar_url":"https://github.com/ddavison.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"new-ruby-cli\n---\n\nA simple bootstrap script that will create everything you need for a new ruby CLI app.\n\nSimply include the bash script via `source`, and be on your way.\n\nExample:\n```bash\n$ source new-ruby-cli.sh\n$ new-ruby-cli app\n$ tree app\napp\n├── README.md\n├── bin\n│   └── app\n└── lib\n    ├── app\n    │   ├── commands.rb\n    │   └── version.rb\n    └── app.rb\n$ cd bin\n$ ./app\nUsage: app [options] ...\n    -v, --version                    Show the version\n    -h, --help                       Show the usage\n```\n\n### Known caveats\n- Since the generation is based on the name, names with Dashes **do not work**. You'll have to refactor your module\n- This project will generate a gitignore using the [`gi`](http://gitignore.io) CLI.  If you do not have `gi` in your path, then [add it!](https://github.com/joeblau/gitignore.io#linux) you'll thank me. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddavison%2Fnew-ruby-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddavison%2Fnew-ruby-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddavison%2Fnew-ruby-cli/lists"}