1.2.6 • Published 2 years ago

grpcmkr-cli v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago