tatethurston / TwirpScript

A protobuf RPC framework for JavaScript and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Name Generation

arranf opened this issue · comments

Buf's default lint settings requires services to end in service i.e. HaberdasherService rather than Haberdasher.

If you follow that convention, TwirpScript generates HaberdasherServiceService

Awesome, changing this makes sense to me.