feathers-mongodb

v2.4.2
Feathers MongoDB service
feathers feathers-plugin REST Socket.io realtime mongo mongoskin mongodb service and 1 more...

prepublish

npm run compile

publish

git push origin --tags && npm run changelog && git push origin

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

compile

rm -rf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

jshint

jshint src/. test/. --config

mocha

mocha test/ --compilers js:babel-core/register

test

rm -rf .tmp && npm run compile && npm run jshint && npm run mocha

start

node example/app

Metadata

  • MIT
  • ~0.10.0
  • Feathers contributors
  • released 7/21/2016

Downloads