eol-commons-grpc

3.7.4 • Public • Published

eol-commons-grpc-ts

A commons package for grpc in typescript.

Building proto models with eol-protogen

A script to generate proto models from one or multiple proto files. Usage:

"scripts": {
  "proto:gen": "npx eol-protogen --model ./src/models --proto ./proto-internal --service services.draft.drafts services.draft.lotteries",
}

Options

Argument Short Description Default Required
--model <path> -m Model path ./src/models false
--proto <path> -p Proto path ./proto-internal false
--service <...name> -s Service names true

.proto ending will be appended to each service name.

Readme

Keywords

none

Package Sidebar

Install

npm i eol-commons-grpc

Weekly Downloads

0

Version

3.7.4

License

none

Unpacked Size

10.1 kB

Total Files

9

Last publish

Collaborators

  • pegross