{"id":20987372,"url":"https://github.com/ryojerryyu/protoc-gen-pluginx","last_synced_at":"2026-05-18T15:37:10.679Z","repository":{"id":259674919,"uuid":"878613979","full_name":"RyoJerryYu/protoc-gen-pluginx","owner":"RyoJerryYu","description":"A set of awesome plugins for protobuf, would be useful and time-saving when developing.","archived":false,"fork":false,"pushed_at":"2025-11-11T17:07:35.000Z","size":1569,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T19:08:58.660Z","etag":null,"topics":["grpc","protobuf","protobuffer","protoc-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","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/RyoJerryYu.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-25T18:04:37.000Z","updated_at":"2025-11-11T17:07:40.000Z","dependencies_parsed_at":"2024-11-02T03:24:16.441Z","dependency_job_id":"d7d2a42d-a5f7-49c2-9d72-87884c10c56f","html_url":"https://github.com/RyoJerryYu/protoc-gen-pluginx","commit_stats":null,"previous_names":["ryojerryyu/protoc-gen-plugins","ryojerryyu/protoc-gen-pluginx"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/RyoJerryYu/protoc-gen-pluginx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyoJerryYu%2Fprotoc-gen-pluginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyoJerryYu%2Fprotoc-gen-pluginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyoJerryYu%2Fprotoc-gen-pluginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyoJerryYu%2Fprotoc-gen-pluginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyoJerryYu","download_url":"https://codeload.github.com/RyoJerryYu/protoc-gen-pluginx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyoJerryYu%2Fprotoc-gen-pluginx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33183225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grpc","protobuf","protobuffer","protoc-plugin"],"created_at":"2024-11-19T06:16:46.865Z","updated_at":"2026-05-18T15:37:10.655Z","avatar_url":"https://github.com/RyoJerryYu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protoc-gen-pluginx\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/tag/RyoJerryYu/protoc-gen-pluginx)](https://github.com/RyoJerryYu/protoc-gen-pluginx/tags)\n[![GitHub](https://img.shields.io/github/license/RyoJerryYu/protoc-gen-pluginx)](https://github.com/RyoJerryYu/protoc-gen-pluginx/blob/master/LICENSE)\n[![Go Reference](https://pkg.go.dev/badge/github.com/RyoJerryYu/protoc-gen-pluginx.svg)](https://pkg.go.dev/github.com/RyoJerryYu/protoc-gen-pluginx)\n\nUseful plugins for protobuf, useful helper classes for protoc plugins, and modules for generating code imports.\n\n## [protoc-gen-go-adapter](./cmd/protoc-gen-go-adapter/README.md) 🚀\n\nA plugin for generating adapter codes for adapting gRPC server as a gRPC client.\n\nThis is useful when a local singleton program has many services implementing the protobuf service and prefers to call each other directly in memory without marshalling and unmarshalling the message.\n\n## [protoc-gen-go-enumx](./cmd/protoc-gen-go-enumx/README.md) 🎨\n\nA plugin for generating enum extension methods, works with `protoc-gen-go`.\n\n## [protoc-gen-go-fieldmask](./cmd/protoc-gen-go-fieldmask/README.md) 🛠️\n\nA plugin for generating fieldmask paths helper for messages, works with `protoc-gen-go`.\n\nIt is a fork of [github.com/idodod/protoc-gen-fieldmask](https://github.com/idodod/protoc-gen-fieldmask) with some improvements.\n\n## [protoc-gen-go-json](./cmd/protoc-gen-go-json/README.md) 📦\n\nA plugin for generating JSON marshalling and unmarshalling methods using protojson, works with `protoc-gen-go`.\n\nIt is a fork of [github.com/mitchellh/protoc-gen-go-json](https://github.com/mitchellh/protoc-gen-go-json) with some improvements.\n\n## [protoc-gen-go-setter](./cmd/protoc-gen-go-setter/README.md) ✨\n\nA plugin for generating setter methods for protobuf messages.\n\nIt is useful for different messages to implement the same interface.\n\n## [protoc-gen-ts-grpc-gateway-cli](./cmd/protoc-gen-ts-grpc-gateway-cli/README.md) 🌐\n\nA plugin for generating gRPC-Gateway client stubs for TypeScript.\n\nIt has full compatibility with [ts-proto](https://github.com/stephenh/ts-proto) and compatibility with [nice-grpc](https://github.com/deeplay-io/nice-grpc) client interfaces in most situations.\n\nIt can cover all the features that the [official gRPC-Gateway Client](https://github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts) can implement, and it can also cover more features defined in the official documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryojerryyu%2Fprotoc-gen-pluginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryojerryyu%2Fprotoc-gen-pluginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryojerryyu%2Fprotoc-gen-pluginx/lists"}