1.0.3-5 • Published 5 years ago

zaucy-protoc-gen-grpc-web v1.0.3-5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

gRPC web protoc plugin

This is an unofficial npm binary distribution of the gRPC web protoc plugin.

Usage via JavaScript

This package exports the full path to the plugin. You can access it like so:

const protocGrpcWebPluginPath = require('zaucy-protoc-gen-grpc-web');

Usage globally via npm installed cli

Install with npm globally

npm i zaucy-protoc-gen-grpc-web -g

Use with protoc

protoc example.proto --grpc-web_out=.

Note for windows: The above will not work with npm installed protoc plugins. Instead you will have to supply the full path with the protoc --plugin flag.

1.0.3-5

5 years ago

1.0.3-4

5 years ago

1.0.3-3

5 years ago

1.0.3-2

5 years ago

1.0.3-1

5 years ago

1.0.3-0

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago