@xanthous/protoc-ts

v0.1.0
Protoc compiler plugin for TypeScript service interfaces
protobuf protoc typescript ts grpc service proto3

lint

tslint src/**/*.ts && (cd test && npm run lint)

lint:fix

npm run lint -- --fix && (cd test && npm run lint:fix)

clean

rm -rf lib

build

npm run clean && tsc

test

npm run lint && npm run build && (cd test && npm run test)

prepublish

npm run build
npm i @xanthous/protoc-ts

Metadata

  • MIT
  • Whatever
  • Simon Liang
  • released 10/27/2018

Downloads