{"id":23492825,"url":"https://github.com/syeopite/kemal-routing-utils","last_synced_at":"2025-04-15T02:46:06.057Z","repository":{"id":269499766,"uuid":"907611001","full_name":"syeopite/kemal-routing-utils","owner":"syeopite","description":"Kemal Routing Utils provides helper utilities to help define and organize routes for a Kemal application in a more structured manner","archived":false,"fork":false,"pushed_at":"2024-12-24T02:07:02.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T02:45:59.675Z","etag":null,"topics":["crystal","helper","kemal","utilities"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/syeopite.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-12-24T01:51:57.000Z","updated_at":"2024-12-24T02:07:04.000Z","dependencies_parsed_at":"2024-12-24T02:43:17.295Z","dependency_job_id":"ecd7db70-875c-4c65-aba6-e97b44f9934a","html_url":"https://github.com/syeopite/kemal-routing-utils","commit_stats":null,"previous_names":["syeopite/kemal-routing-utils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fkemal-routing-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fkemal-routing-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fkemal-routing-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fkemal-routing-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syeopite","download_url":"https://codeload.github.com/syeopite/kemal-routing-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997087,"owners_count":21195797,"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":["crystal","helper","kemal","utilities"],"created_at":"2024-12-25T02:14:47.310Z","updated_at":"2025-04-15T02:46:06.040Z","avatar_url":"https://github.com/syeopite.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kemal-routing-utils\n\nKemal Routing Utils provides helper utilities to help define and organize \nroutes for an application in a more structured manner\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     kemal-routing-utils:\n       github: syeopite/kemal-routing-utils\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"kemal\"\nrequire \"kemal-routing-utils\"\n\nclass Routes \u003c KemalRoutingUtils::AnnotationRouter\n  @[GET(\"/\")]\n  def root(env)\n    \"Hello world\"\n  end\nend\n\nRoutes.new\n\nKemal.run\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/syeopite/kemal-routing-utils/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [syeopite](https://github.com/syeopite) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyeopite%2Fkemal-routing-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyeopite%2Fkemal-routing-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyeopite%2Fkemal-routing-utils/lists"}