Package Exports
- protoc-gen-js
- protoc-gen-js/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (protoc-gen-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-jsOR
It can be installed globally to make it available throughout the system:
npm install --global protoc-gen-jsCredits
Forked from hronro-protoc-gen-grpc-web.