Skip to content

go-kiss/protoc-gen-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages