mongoose-elasticsearch-xp

v5.4.0
A mongoose plugin that indexes models into Elasticsearch 2 / 5 (an alternative to mongoosastic)

lint

eslint lib test *.js

docker-v2

node ./scripts/docker/start 2 & wait

test-v2

./node_modules/mocha/bin/mocha -t 10000 test/es2/*

test-v2-covered

npm run lint && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 10000 -R spec ./test/es2/*

test-v2-covered-html

./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -t 10000 -R spec ./test/es2/*

docker-v5

node ./scripts/docker/start 5 & wait

test-v5

./node_modules/mocha/bin/mocha -t 10000 test/es5/*

test-v5-covered

npm run lint && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 10000 -R spec ./test/es5/*

test-v5-covered-html

./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -t 10000 -R spec ./test/es5/*

watch

npm run test-v5 -- --watch

semantic-release

semantic-release

Metadata

  • MIT
  • Whatever
  • Jean-Baptiste Demonte
  • released 2/12/2018

Downloads