1.0.4 • Published 2 years ago

proto-type-generator v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 // pnpm

Usage

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