graphql-redis-subscriptions

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

compile

tsc

pretest

npm run compile

test

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

posttest

npm run lint

lint

tslint --type-check --project ./tsconfig.json ./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

prepublish

npm run test

Metadata

  • MIT
  • Whatever
  • David Yahalomi
  • released 6/14/2017

Downloads

Maintainers