Generate SPA from ProtoBuf.js
Generate Angular/React application from Google's Protobuf
Just convert .proto
to .json
with protobuf.js
$ [sudo] npm i -g protoapp
Currently only supports Angular 2
$ protoapp -f proto.json -o src
protobuf.js must be installed globally with npm
$ pbjs ./proto.proto > proto.json
$ protoapp -f proto.json -o src
PRs accepted
MIT (c) Goodmind