Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

GRPC Generate

  • Install protobuf;

  • Configure the grpc.generate.config.json in 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-generate or npx grpc-generate to run CLI;