graphql-redis-subscriptions

v1.1.1
A graphql-subscriptions PubSub Engine using redis
graphql redis apollo subscriptions

compile

tsc

typings

typings install && tsdm rewire

pretest

npm run compile

test

npm run testonly -- && npm run integration --

posttest

npm run lint

lint

tslint ./src/**/*.ts

watch

tsc -w

testonly

mocha --reporter spec --full-trace ./dist/test/tests.js

integration

npm run compile && mocha --reporter spec --full-trace ./dist/test/integration-tests.js

benchmark

npm run compile && mocha --reporter spec --full-trace ./dist/test/benchmark.js

coverage

node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js

postcoverage

remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info

Metadata

  • MIT
  • Whatever
  • David Yahalomi
  • released 10/8/2016

Downloads

Maintainers