{"id":16937170,"url":"https://github.com/mattbrictson/tomo-plugin","last_synced_at":"2025-04-11T19:08:45.359Z","repository":{"id":39192249,"uuid":"201814837","full_name":"mattbrictson/tomo-plugin","owner":"mattbrictson","description":"A GitHub template for creating tomo plugins","archived":false,"fork":false,"pushed_at":"2025-04-01T23:40:01.000Z","size":237,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T00:27:51.706Z","etag":null,"topics":["template","tomo"],"latest_commit_sha":null,"homepage":"https://tomo-deploy.com/tutorials/publishing-a-plugin/","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/mattbrictson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-08-11T21:05:17.000Z","updated_at":"2025-04-01T23:40:03.000Z","dependencies_parsed_at":"2023-10-01T15:25:11.642Z","dependency_job_id":"91833b39-0e4e-40ce-844d-b72cc0059ef4","html_url":"https://github.com/mattbrictson/tomo-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbrictson%2Ftomo-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbrictson%2Ftomo-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbrictson%2Ftomo-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbrictson%2Ftomo-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattbrictson","download_url":"https://codeload.github.com/mattbrictson/tomo-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465313,"owners_count":21108244,"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":["template","tomo"],"created_at":"2024-10-13T20:58:53.569Z","updated_at":"2025-04-11T19:08:45.340Z","avatar_url":"https://github.com/mattbrictson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tomo plugin template\n\nThis is a GitHub template for creating [tomo](https://github.com/mattbrictson/tomo) plugins, which are packaged as Ruby gems.\n\nRead the tomo tutorial [Publishing a Plugin](https://tomo.mattbrictson.com/tutorials/publishing-a-plugin/) to get started. Then press [**Use this template**](https://github.com/mattbrictson/tomo-plugin/generate) to generate a project from this template. In the generated project, run this script to rename the gem to meet your needs:\n\n```\nruby rename_template.rb\n```\n\nNote that to get the full benefits of the script, you will need the [gh](https://github.com/cli/cli) command installed.\n\nThis template is based on `bundle gem` with some notable improvements:\n\n- GitHub Actions configuration\n- Minitest, with minitest-rg for nicely formatted test output\n- Rubocop with a good set of configuration\n- [release-drafter](https://github.com/apps/release-drafter) GitHub Action for automating release notes\n- A `rake bump` task to keep your Ruby and Bundler dependencies up to date\n- A nice README with badges ready to go (see below)\n\n---\n\n\u003c!-- END FRONT MATTER --\u003e\n\n# tomo-plugin-example\n\n[![Gem Version](https://img.shields.io/gem/v/replace_with_gem_name)](https://rubygems.org/gems/replace_with_gem_name)\n[![Gem Downloads](https://img.shields.io/gem/dt/replace_with_gem_name)](https://www.ruby-toolbox.com/projects/replace_with_gem_name)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/tomo-plugin/ci.yml)](https://github.com/mattbrictson/tomo-plugin/actions/workflows/ci.yml)\n[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin)](https://codeclimate.com/github/mattbrictson/tomo-plugin)\n\nThis is a [tomo](https://github.com/mattbrictson/tomo) plugin that ... TODO: Description of this plugin goes here.\n\n---\n\n- [Installation](#installation)\n- [Settings](#settings)\n- [Tasks](#tasks)\n- [Support](#support)\n- [License](#license)\n- [Code of conduct](#code-of-conduct)\n- [Contribution guide](#contribution-guide)\n\n## Installation\n\nRun:\n\n```\ngem install tomo-plugin-example\n```\n\nOr add it to your Gemfile:\n\n```ruby\ngem \"tomo-plugin-example\"\n```\n\nThen add the following to `.tomo/config.rb`:\n\n```ruby\nplugin \"example\"\n```\n\n## Settings\n\nTODO: document plugin settings\n\n| Name                  | Purpose | Default |\n| --------------------- | ------- | ------- |\n| `plugin_name_setting` | TODO    | `nil`   |\n\n## Tasks\n\nTODO: document plugin tasks\n\n### example:task_name\n\nTODO\n\n## Support\n\nIf you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/mattbrictson/tomo-plugin/issues/new) and I will do my best to provide a helpful answer. Happy hacking!\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](LICENSE.txt).\n\n## Code of conduct\n\nEveryone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).\n\n## Contribution guide\n\nPull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbrictson%2Ftomo-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattbrictson%2Ftomo-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbrictson%2Ftomo-plugin/lists"}