protoc-gen-grpc

v1.3.6
Protocol Buffers Compiler (protoc) plugin for generating grpc interfaces in TypeScript..
TypeScript Protobuf gRPC

install

node-pre-gyp install

test

jest

coveralls

jest --coverage && cat ./coverage/lcov.info | coveralls

test-js-out

node ./bin/protoc-gen-grpc.js --js_out=import_style=commonjs,binary:./examples/src/proto --grpc_out=./examples/src/proto --proto_path ./examples/proto ./examples/proto/book.proto

test-ts-out

node ./bin/protoc-gen-grpc-ts.js --ts_out=service=true:./examples/src/proto --proto_path ./examples/proto ./examples/proto/book.proto

Metadata

  • MIT
  • >=8
  • fengjie
  • released 11/1/2019

Downloads

Maintainers