protoc-gen-rbi

command module
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

protoc-gen-rbi

Protobuf compiler plugin that generates Sorbet .rbi "Ruby Interface" files.

Installation
go install github.com/Jack97/protoc-gen-rbi@latest
Usage
protoc --rbi_out=. example.proto

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

protoc --rbi_out=grpc=false:. example.proto
Example

For the input example.proto:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL