feathers-sequelize

v1.1.3
A service adapter for Sequelize an SQL ORM
feathers feathers-plugin sequel sequelize mysql sqlite mariadb postgres pg and 2 more...

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

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 jshint && npm run mocha && nsp check

Metadata

  • MIT
  • >= 0.12.0
  • Feathers contributors
  • released 3/9/2016

Downloads

Maintainers