{"id":15583890,"url":"https://github.com/aaron-contreras/matestack-generators","last_synced_at":"2026-05-07T04:43:46.091Z","repository":{"id":114862777,"uuid":"589621863","full_name":"aaron-contreras/matestack-generators","owner":"aaron-contreras","description":"A set of Ruby on Rails Generators to aid in development with your Matestack-based application","archived":false,"fork":false,"pushed_at":"2023-03-07T01:58:10.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T04:11:31.026Z","etag":null,"topics":["generators","matestack","rails","ruby","vuejs"],"latest_commit_sha":null,"homepage":"","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/aaron-contreras.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":"2023-01-16T14:52:43.000Z","updated_at":"2023-07-01T17:00:42.000Z","dependencies_parsed_at":"2023-04-06T00:32:39.678Z","dependency_job_id":null,"html_url":"https://github.com/aaron-contreras/matestack-generators","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"9978bc1272e5412f8e2635f04f81d5947b291a8e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaron-contreras/matestack-generators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron-contreras%2Fmatestack-generators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron-contreras%2Fmatestack-generators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron-contreras%2Fmatestack-generators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron-contreras%2Fmatestack-generators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaron-contreras","download_url":"https://codeload.github.com/aaron-contreras/matestack-generators/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron-contreras%2Fmatestack-generators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839673,"owners_count":25001862,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["generators","matestack","rails","ruby","vuejs"],"created_at":"2024-10-02T20:21:40.780Z","updated_at":"2026-05-07T04:43:41.069Z","avatar_url":"https://github.com/aaron-contreras.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MatestackGenerators\n\nThis gem was born out of a conflicting personal hybrid of being a lazy developer and wanting to keep standards of code cleanliness and best practices while developing on Matestack-based applications on my day-to-day. I find myself constantly repeating some Matestack workflow while developing a new feature or refactoring some code. To solve this, I've started to leverage one of the beauties of the Ruby on Rails framework: [Generators](https://guides.rubyonrails.org/generators.html) ❤️\n\n## Installation\n\n1. Add to your Matestack Rails app's by copying the following line to your Gemfile\n\n```\ngem 'matestack_generators', git: \"https://github.com/aaron-contreras/matestack-generators\"\n```\n\n2. Run bundle install\n\n```\nbundle install\n```\n\n## Usage\n\n1. [Component Registry](./lib/generators/matestack/registry/USAGE)\n2. [Matestack::Ui::Component](./lib/generators/matestack/component/USAGE)\n3. [Matestack::Ui::Page](./lib/generators/matestack/page/USAGE)\n4. [Matestack::Ui::Layout](./lib/generators/matestack/layout/USAGE)\n5. [Matestack::Ui::VueJsComponent](./lib/generators/matestack/vue_js_component/USAGE)\n\nand more to come...\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/matestack_generators. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/matestack_generators/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the MatestackGenerators project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/matestack_generators/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron-contreras%2Fmatestack-generators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaron-contreras%2Fmatestack-generators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron-contreras%2Fmatestack-generators/lists"}