Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grpcmkr-cli

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpcmkr-cli

Grpc CLI for developers

  • 1.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Nest Logo

Powered by @codrrdev

NPM Version NPM Version

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

Keywords

FAQs

Package last updated on 26 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc