agreatfool / grpc_tools_node_protoc_ts

Generate TypeScript d.ts definitions for generated js files from grpc_tools_node_protoc
MIT License
498 stars 56 forks source link

make it possible to maintain snake case in generated client #129

Open jappleba opened 1 year ago

jappleba commented 1 year ago

Right now the generated client automatically converts all snake case to camel case. Provide a flag to not perform this conversion.