feathers-hooks

v2.1.0
Before and after service method call hooks for easy authorization and processing.
feathers-plugin feathers

prepare

npm run compile

prepublish

npm run compile

publish

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

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

changelog

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

compile

rimraf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

lint

eslint-if-supported semistandard --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

test

npm run compile && npm run lint && npm run coverage

Metadata

  • MIT
  • >= 4.0
  • David Luecke
  • released 9/27/2017

Downloads