Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

protoc-gen-js

yinzara115.9kMIT3.21.4-4

A protoc-gen-js binary for npm.

readme

protoc-gen-js binary for npm

This package provides the official js protoc plugin, downloaded from protobuf-javascript releases.

Installation

This package can be installed in a package.json's devDependencies to make the protoc-gen-js plugin available within "scripts" of that package.json

npm install -D protoc-gen-js

OR

It can be installed globally to make it available throughout the system:

npm install --global protoc-gen-js

Credits

Forked from hronro-protoc-gen-grpc-web.