Protoc Plugin for generating Runtypes
protoc-gen-runtypes
is a protoc plugin
that generates Runtypes types from Protobuf files.
We are thankful for all help with adding new functionality, fixing issues, or improve the package. Feel free to open issues and pull requests ❤️
Note: This plugin is not released yet, see
#15 for more! If you
are looking to convert some Protobuf files right away, I have another that does
just that (without using protoc
):
protobuf-to-runtypes
▶ yarn add protoc-gen-runtypes
If you use buf, you can find an example here.
Apart from this README, you can find details and examples of using the SDK in the following places: