Skip to content

A tool used to parse Google protocol buffer message to JSON or html

License

Notifications You must be signed in to change notification settings

wangming1993/pb2doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google protocol message parser

A tool used to parse Google protocol buffer message to JSON or html

build status


Install

go get github.com/wangming1993/pb2doc

Usage

Build pb package under ./proto folders and write HTML files to ./dist folder

pb2doc build pb from ./protos
# change output folder
pb2doc build pb from ./protos --dist=html

Features I needed

  • recursive parse message
  • support grpc service
  • configurable doc type, maybe JSON,html or swagger
  • annotation-based service description

Overview

Doc

develop guidance

About

A tool used to parse Google protocol buffer message to JSON or html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published