command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
protoc-gen-rbi
Protobuf compiler plugin that generates Sorbet .rbi
"Ruby Interface" files.
Installation
go get github.com/coinbase/protoc-gen-rbi
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.