Skip to content

Jeconias/grpc-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published