grpc / grpc/grpc-node

change grpc_tools_node_protoc_plugin binary name to protoc-gen-js-grpc

Open
#2,670 0 comments 0 reactions 0 assignees View on GitHub
package: grpc-tools
Dominant language
TypeScript
Stars
4.8k
Forks
716
Avg merge
2d 3h
Merged PRs (30d)
10

Description

### Is your feature request related to a problem? Please describe.
Compatibility issues with already existing `protoc`, I needed to make a symbolic link from `grpc_tools_node_protoc_plugin` to `protoc-gen-js-grpc` so I can execute succesfully the command:
```sh
$ protoc --js-grpc_out=directory/
```
The java, c#, ruby, python and golang plugins has this behaviour, all of the plugins called `protoc-gen--grpc` and being succesfully invoked from protoc and generating its respective classes and methods.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.