https://github.com/protocolbuffers/protobuf/releases/
https://github.com/pseudomuto/protoc-gen-doc/releases
protoc --doc_out=./doc ./*.proto
npm install -g protobufjs
pbjs -t json-module -w commonjs -o lebai.js ./*.proto
pbjs -t static-module ./*.proto | pbts -o lebai.d.ts -
python -m pip install grpcio-tools
python -m grpc_tools.protoc -I./ --python_out=./python --grpc_python_out=./python ./*.proto