Protoc Gen Markdown Save

markdown doc generator for protobuf

Project README

protoc-gen-markdown

install

go install github.com/go-kiss/protoc-gen-markdown

generate markdown

protoc --markdown_out=Mhello.proto=./:. ./hello.proto
# set path prefix to /api
protoc --markdown_out=Mhello.proto=./,prefix=/api:. ./hello.proto

demo

You could check the hello.md to see the result.

doc

I have write a Chinese article to introduce how it works.

Open Source Agenda is not affiliated with "Protoc Gen Markdown" Project. README Source: go-kiss/protoc-gen-markdown
Stars
66
Open Issues
2
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating