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

grpc-proto-js-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-proto-js-generator

> This repo generates the Javascript code from a .proto file. > It consists of a previous version of **ts-protoc-gen** npm package that supported JS code generation from a .proto file. > In the latest version of this package only TypeScript code generatio

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

gprc-proto-js-generator

This repo generates the Javascript code from a .proto file. It consists of a previous version of ts-protoc-gen npm package that supported JS code generation from a .proto file. In the latest version of this package only TypeScript code generation is available.

Instructions to auto - generate JS code from .proto file

  1. git clone git@github.com:gkartalis/grpc-proto-js-generator.git
  2. cd grpc-proto-js-generator && npm i
  3. mkdir proto && mkdir src/proto
  4. cp ${Your .proto path location} proto/ to copy the proto file inside proto folder
  5. npm run proto
  6. inside gprc-proto-js-generator/src/proto you'll find the javascript generated files

FAQs

Package last updated on 09 Aug 2018

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