{"id":16482203,"url":"https://github.com/cobbinma/protoc-gen-camel","last_synced_at":"2026-06-09T02:02:32.348Z","repository":{"id":149512828,"uuid":"621697642","full_name":"cobbinma/protoc-gen-camel","owner":"cobbinma","description":"🐪","archived":false,"fork":false,"pushed_at":"2023-06-21T17:40:25.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T21:46:07.462Z","etag":null,"topics":["camelcase","protobuf","protoc","protoc-plugin","protocol-buffer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobbinma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-31T07:40:13.000Z","updated_at":"2023-09-13T13:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d132a37e-fdef-46a4-ae43-e097fd976ebf","html_url":"https://github.com/cobbinma/protoc-gen-camel","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cobbinma/protoc-gen-camel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobbinma%2Fprotoc-gen-camel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobbinma%2Fprotoc-gen-camel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobbinma%2Fprotoc-gen-camel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobbinma%2Fprotoc-gen-camel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobbinma","download_url":"https://codeload.github.com/cobbinma/protoc-gen-camel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobbinma%2Fprotoc-gen-camel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34088013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["camelcase","protobuf","protoc","protoc-plugin","protocol-buffer"],"created_at":"2024-10-11T13:10:00.096Z","updated_at":"2026-06-09T02:02:32.327Z","avatar_url":"https://github.com/cobbinma.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protoc-gen-camel\n\nA plug-in for Google's [Protocol Buffers](https://github.com/google/protobuf)\ncompiler to check camel case field name violations.\n\n## Installation\n```sh\ngo install github.com/cobbinma/protoc-gen-camel@v0.0.1\n```\n\n## Usage\n```sh\n❯ protoc --camel_out=. $(find . -name '*.proto')\nexample/camel.proto:Field name \"one_two\" should be camelCase, such as \"oneTwo\".\n--camel_out: 🐪: 1 total\n```\n\n### Configuration\n\n```yaml\nignore:\n    - camel.Foo.one_two\n```\n\ngenerate a configuration file with all violations ignored\n```sh\nprotoc --camel_out=generate=true:. $(find . -name '*.proto')\n```\n\nuse the configuration file\n```sh\nprotoc --camel_out=config=camel.yml:. $(find . -name '*.proto')\n```\n\n### Buf\n\n```yml\nversion: v1\nplugins:\n  - plugin: camel\n    out: .\n    strategy: all\n    opt:\n      - config=camel.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobbinma%2Fprotoc-gen-camel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobbinma%2Fprotoc-gen-camel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobbinma%2Fprotoc-gen-camel/lists"}