From 99a82027fe75ae5d14127ad2779e47b99fa5fc77 Mon Sep 17 00:00:00 2001 From: Vitaly Kravtsov Date: Fri, 11 Oct 2024 13:29:44 -0700 Subject: [PATCH] Update third_party.md with in4lio/protoboiler (#18076) Add https://github.com/in4lio/protoboiler plugin. Closes #18076 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/18076 from in4lio:main 43f1b64877bf866dc79f0b76d3e77f0e9a79961b PiperOrigin-RevId: 684938902 --- docs/third_party.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/third_party.md b/docs/third_party.md index 6f9a4f3a29a8b..03dc302cb7ee7 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -256,3 +256,5 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d `clojurescript` * [gRPC Federation - generates a gRPC server by writing a custom option in Protocol Buffers](https://github.com/mercari/grpc-federation) +* [Proto Boiler - A plugin to generate boilerplate code from .proto files + using templates](https://github.com/in4lio/protoboiler)