grpcmkr-cli
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "grpcmkr-cli", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Grpc CLI for developers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -33,6 +33,11 @@ <p align="center"> | ||
### 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` | ||
Then where you are positioned in your terminal, you must pass the path of where the .proto file is. Example: `./example/path/hello.proto` | ||
``` | ||
|__examplpe | ||
|__path | ||
|__hello.proto | ||
``` | ||
### 4) Name of new project | ||
-Finally, you must give a name to your new project. Example: `my-new-grpc-project` | ||
Finally, you must give a name to your new project. Example: `my-new-grpc-project` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28185
43