grpc-gcp

v0.3.2
Extension for supporting Google Cloud Platform specific features for gRPC.
google grpc cloud gcp

build

./codegen.sh && tsc && cp -r src/generated build/src/

test-codegen

./test/codegen.sh

integration-tests

mocha test/integration/*.js --reporter spec --timeout 10000

unit-tests

mocha test/unit/*.js --reporter spec

eslint

eslint test/integration

check

gts check

fix

gts fix

prepare

npm run build

prettier

prettier --write src/*.ts test/**/*.js

coverage

nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000

test

npm run unit-tests

Metadata

Downloads

Maintainers