Jeconias / grpc-generate

grpc-generate is a package for synchronizing .proto files between client and server gRPC project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

grpc-generate is a package for synchronizing .proto files between client and server gRPC project.


Languages

Language:JavaScript 100.0%