mongoose-elasticsearch-xp

v5.7.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

nyc mocha -t 10000 test/es2/*

test-v2-covered

npm run lint && nyc mocha --report lcovonly -- -t 10000 -R spec ./test/es2/*

test-v2-covered-html

nyc --reporter=lcov --reporter=text-lcov mocha -- -t 10000 -R spec ./test/es2/*

docker-v5

node ./scripts/docker/start 5 & wait

test-v5

nyc mocha -t 10000 test/es5/*

test-v5-covered

npm run lint && nyc --reporter=lcov --reporter=text-lcov mocha --report lcovonly -- -t 10000 -R spec ./test/es5/*

test-v5-covered-html

nyc --reporter=lcov --reporter=text-lcov mocha -- -t 10000 -R spec ./test/es5/*

docker-v6

node ./scripts/docker/start 6 & wait

test-v6

nyc mocha -t 10000 test/es6/*

test-v6-covered

npm run lint && nyc --reporter=lcov --reporter=text-lcov mocha --report lcovonly -- -t 10000 -R spec ./test/es6/*

test-v6-covered-html

nyc --reporter=lcov --reporter=text-lcov mocha -- -t 10000 -R spec ./test/es6/*

docker-v7

node ./scripts/docker/start 7 & wait

test-v7

nyc mocha -t 10000 test/es7/*

test-v7-covered

npm run lint && nyc --reporter=lcov --reporter=text-lcov mocha --report lcovonly -- -t 10000 -R spec ./test/es7/*

test-v7-covered-html

nyc --reporter=lcov --reporter=text-lcov mocha -- -t 10000 -R spec ./test/es7/*

watch

npm run test-v7 -- --watch

semantic-release

semantic-release

Metadata

  • MIT
  • Whatever
  • Jean-Baptiste Demonte
  • released 5/8/2019

Downloads