rethinkdb-changefeed-reconnect

v0.2.0
automatically reconnect changefeed processors when connection is lost
rethinkdb rethinkdbdash changefeed connection

build:library

babel -d lib/ src/ --ignore __tests__

build:example

babel example/example.babel.js > example/example.js

build

npm run build:library && npm run build:example

prepublish

npm test && npm run build

2npm

publish

lint

xo

test:cov

npm run test:cov:run && npm run test:cov:send

test:cov:run

nyc --reporter=lcov npm run test:run

test:cov:send

codeclimate-test-reporter < ./coverage/lcov.info

test:run

NODE_ENV=test ./node_modules/.bin/babel-tape-runner '**/__tests__/*.test.js' | ./node_modules/.bin/faucet

test

npm run lint && npm run test:run

Metadata

  • ISC
  • 5.6.x
  • Jeffrey Wescott
  • released 11/10/2016

Downloads

Maintainers