feathers-hooks

v1.3.0
Before and after service method call hooks for easy authorization and processing.
feathers-plugin feathers

prepublish

npm run compile

publish

git push origin && git push origin --tags

release:prerelease

npm version prerelease && npm publish

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

npm run compile && npm run jshint && npm run mocha

Metadata

  • MIT
  • >=0.10.0
  • David Luecke
  • released 2/26/2016

Downloads