Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 802 Bytes

protoc-gen-apidocs

protoc-gen-apidocs is a very simple and customizable protoc generator that translates .proto files into clean and readable markdown format.

This is achieved by levearging the fantastic protogen library and Go's built-in templating capabilties.

Example Output

Vehicle.proto example

This example shows a variety of protobuf features including extensions and nested messages.

Booking.proto example

This example is relatively simple but shows streaming rpc endpoints properly handled.