grpc-generate
v1.1.0
Published
This package will generate .proto files from a Github repository.
Maintainers
Readme
GRPC Generate
Install protobuf;
Configure the
grpc.generate.config.jsonin your project;- Example:
{ "github": { "repo": "repository with yours .proto files to clone", "token": "Personal Token <only if repository is private>", "isPrivate": false } }Use
npm install -g grpc-generateornpx grpc-generateto run CLI;
