grpcmkr-cli
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "grpcmkr-cli", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Grpc CLI for developers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -30,8 +30,9 @@ <p align="center"> | ||
### 2) Choose the package manager | ||
Package manager options are "npm" or "yarn" | ||
### 2) Path of your ".proto" file | ||
### 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` | ||
### 3) Name of new project | ||
### 4) Name of new 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
28618
38