feathers

v2.0.2
Build Better APIs, Faster than Ever.
feathers REST socket.io realtime

prepublish

npm run compile

publish

git push origin && git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

release:prerelease

npm version prerelease && npm publish --tag pegasus

compile

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

watch

babel --watch -d lib/ src/

jshint

jshint src/. test/. --config

coverage

istanbul cover _mocha -- test/ --recursive

mocha

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

test

npm run compile && npm run jshint && npm run mocha && nsp check

Metadata

  • MIT
  • >= 0.10.0
  • Feathers
  • released 9/15/2016

Downloads

Maintainers