1.0.4 • Published 3 years ago
proto-type-generator v1.0.4
proto-type-generator
The command CLI tool for generate the d.ts type typescript declaration.
Install
yarn global add proto-type-generator // yarn
npm i -g proto-type-generator // npm
pnpm install -g proto-type-generator // pnpmUsage
Generate the current .proto file to the d.ts.
With no params, generate the current dictionary proto file to the ./out.
proto-type -t ./out -i input.proto
proto-type // use the default params