feathers-express

v1.0.0-pre.2
Feathers Express framework bindings and REST provider
feathers feathers-plugin

publish

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

release:pre

npm version prerelease && npm publish --tag pre

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"

lint

semistandard --fix

mocha

mocha --opts mocha.opts

coverage

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

test

npm run lint && npm run coverage

start

npm run compile && node example/app
npm i feathers-express

Metadata

  • MIT
  • >= 6
  • Feathers contributors
  • released 10/18/2017

Downloads

Maintainers