# protoc-gen-js binary for npm

This package provides the official [js protoc plugin](https://github.com/protocolbuffers/protobuf-javascript), downloaded from [protobuf-javascript releases](https://github.com/protocolbuffers/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
```shell
npm install -D protoc-gen-js
```

OR

It can be installed globally to make it available throughout the system:
```shell
npm install --global protoc-gen-js
```

## Credits

Forked from [hronro-protoc-gen-grpc-web](https://www.npmjs.com/package/protoc-gen-grpc-web).
