Make it possible to opt-out of grpc service generation #177
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
orno_grpc
would be nice :)The text was updated successfully, but these errors were encountered: