xissy / protoc-gen-swiftgrpcrx

RxSwift gRPC plugin for protoc, the Protocol Buffer Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protoc-gen-swiftgrpcrx

RxSwift gRPC plugin for protoc, the Protocol Buffer Compiler

Prerequisites

This plugin requires protoc-gen-swift, protoc-gen-swiftgrpc since it generates their extensions.

Install

$ git clone https://github.com/xissy/protoc-gen-swiftgrpcrx
$ cd protoc-gen-swiftgrpcrx
$ make build install

Usage

$ protoc echo.proto --swift_out=. --swiftgrpc_out=. --swiftgrpcrx_out=.

About

RxSwift gRPC plugin for protoc, the Protocol Buffer Compiler


Languages

Language:Go 99.7%Language:Makefile 0.3%