1.1.0 • Published 4 years ago
grpc-generate v1.1.0
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;