rethinkdb-changefeed-reconnect

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

build

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

build:library

npm run clean:library && ./node_modules/.bin/babel -d lib/ src/

build:example

npm run clean:example && ./node_modules/.bin/babel ./example/example.babel.js > ./example/example.js

clean

npm run clean:library && npm run clean:example

clean:library

rimraf ./lib/*

clean:example

rimraf ./example/example.js

prepublish

npm run build && npm test

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/tape 'lib/**/__tests__/*.test.js' | ./node_modules/.bin/faucet

test

npm run lint && npm run test:run

Metadata

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

Downloads

Maintainers