protoc-gen-grpc-swift

Protoc plugin for generating gRPC Swift service stubs

brewmacoslinux
Try with needOr install directly
Source

About

Protoc plugin for generating gRPC Swift stubs

Commands

protoc-gen-grpc-swift

Examples

Generate Swift gRPC stubs from a proto file$ protoc --grpc-swift_out=. service.proto
Generate both gRPC and regular protobuf Swift code$ protoc --swift_out=. --grpc-swift_out=. service.proto
Generate with custom output directory$ protoc --grpc-swift_out=./generated -I./protos service.proto