grpc-bus

v0.1.0
Call GRPC services (even streams!) from the browser.

gen-proto

./scripts/gen_proto.bash

lint

tslint -c tslint.json src/**/*.ts --type-check

build

tsc

test

npm run lint && npm run mocha

ci

npm run build && npm run test

mocha

ts-node node_modules/istanbul/lib/cli.js cover -e .ts -x "*.d.ts" -x "*.spec.ts" node_modules/jasmine/bin/jasmine.js -- JASMINE_CONFIG_PATH=jasmine.json

prepublish

npm run gen-proto && npm run build && npm run test

Metadata

  • MIT
  • Whatever
  • Christian Stewart
  • released 11/1/2016

Downloads

Maintainers