Powered by @codrrdev
GrpcMKR
Install CLI
$ npm install -g grpcmkr-cli
How to use
1) To get started, run the following command:
$ grpcmkr create
Or also his alias
$ grpcmkr cr
2) Choose the package manager
Package manager options are "npm" or "yarn"
3) Path of your ".proto" file
Then where you are positioned in your terminal, you must pass the path of where the .proto file is. Example: ./example/path/hello.proto
|__example
|__path
|__hello.proto <-- It is important
that this file has
a ".proto" extension
and that it has its
proper configuration.
4) Name of new project
Finally, you must give a name to your new project. Example: my-new-grpc-project