Skip to content

Protobuf compiler plugin that generates Ruby Type .rbs "Ruby Interface" files.

License

Notifications You must be signed in to change notification settings

fundthmcalculus/protoc-gen-rbs

 
 

Repository files navigation

protoc-gen-rbs

Protobuf compiler plugin that generates .rbs "Ruby Type Specification" files.

Installation

go get github.com/fundthmcalculus/protoc-gen-rbs

Usage

protoc --rbs_out=. example.proto

To disable generation of gRPC .rbs files, use the grpc=false option:

protoc --rbs_out=grpc=false:. example.proto

Example

For the input example.proto:

About

Protobuf compiler plugin that generates Ruby Type .rbs "Ruby Interface" files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.1%
  • Makefile 5.2%
  • PowerShell 1.3%
  • Ruby 0.4%