thesayyn / protoc-gen-ts

Compile protocol buffer messages to TypeScript.
MIT License
360 stars 74 forks source link

Make it possible to opt-out of grpc service generation #177

Open Psy-Kai opened 2 years ago

Psy-Kai commented 2 years ago

Hello :)

I am writing a custom rpc mechanism and wanted to use the protoc-gen-ts to generate message definitions.
Since I don't want to use grpc I only want to generate messages no services.
Adding another parameter like no_services or no_grpc would be nice :)

thesayyn commented 1 year ago

this is a reasonable feature request. i'm happy to accept PRs if anyone is up for it.