@pbts/cli
v1.1.0
Published
cli for pb-to-typescript
Downloads
5
Readme
pbts-cli
It is the cli for pbts. You can convert pb to ts file by command line
Usage
step 1 Install @pbts/cli
npm i @pbts/cli
step 2 Convert your protobuffer to Typescript Definition File
pbts convert -i input/app/order.proto -o output/order.ts