{"id":18585135,"url":"https://github.com/anjmao/grpc-tools","last_synced_at":"2025-05-16T06:08:36.626Z","repository":{"id":57254482,"uuid":"138174240","full_name":"anjmao/grpc-tools","owner":"anjmao","description":"GRPC protoc compiler plugins in Docker","archived":false,"fork":false,"pushed_at":"2018-09-12T12:23:10.000Z","size":4983,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T16:14:30.432Z","etag":null,"topics":["docker","grpc-plugins","protoc","protoc-plugins","tools"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/anjmao.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}},"created_at":"2018-06-21T13:30:21.000Z","updated_at":"2018-09-12T12:23:05.000Z","dependencies_parsed_at":"2022-08-31T09:00:20.196Z","dependency_job_id":null,"html_url":"https://github.com/anjmao/grpc-tools","commit_stats":null,"previous_names":["anjmao/grpc-plugins"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjmao%2Fgrpc-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjmao%2Fgrpc-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjmao%2Fgrpc-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjmao%2Fgrpc-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anjmao","download_url":"https://codeload.github.com/anjmao/grpc-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478193,"owners_count":22077676,"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":["docker","grpc-plugins","protoc","protoc-plugins","tools"],"created_at":"2024-11-07T00:31:18.370Z","updated_at":"2025-05-16T06:08:31.610Z","avatar_url":"https://github.com/anjmao.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRPC protoc compiler tools in Docker\n\nThis package contains Docker image with Go, [Node React Native GRPC Bridge](https://github.com/anjmao/rn-grpc-bridge), Swift GRPC protoc plugins.\n\n### Docker\n\nhttps://hub.docker.com/r/anjmao/grpc-tools/\n\n### Local usage\n\nSee Makefile and example folder\n\n```sh\nmake compile-go\nmake compile-swift\nmake compile-rn-bridge\n```\n\n### Docker image\n\nGo\n\n```sh\ndocker run \\\n    --rm \\\n    -v $(pwd)/proto:/proto \\\n    -v $(pwd)/.out:/.out \\\n    -w / \\\n    anjmao/grpc-tools \\\n    --proto_path /proto \\\n    --go_out=plugins=grpc:/.out myproto.proto\n```\n\nSwift\n\n```sh\ndocker run \\\n    --rm \\\n    -v $(pwd)/proto:/proto \\\n    -v $(pwd)/.out:/.out \\\n    -w / \\\n    anjmao/grpc-tools \\\n    --proto_path /proto \\\n    --swift_out=/.out \\\n    --swiftgrpc_out=/.out \\\n    myproto.proto\n```\n\nReact Native Swift Grpc Bridge\n```sh\ndocker run \\\n    --rm \\\n    -v $(pwd)/proto:/proto \\\n    -v $(pwd)/.out:/.out \\\n    -w / \\\n    anjmao/grpc-tools \\\n    --proto_path /proto \\\n    --rn_out=/.out \\\n    --plugin=protoc-gen-rn=/node_modules/rn-grpc-bridge/bin/rn-grpc-bridge \\\n    myproto.proto\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjmao%2Fgrpc-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjmao%2Fgrpc-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjmao%2Fgrpc-tools/lists"}