feathers-sequelize

v1.3.2
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 --tags && npm run changelog && git push origin

changelog

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

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

Metadata

  • MIT
  • >= 0.12.0
  • Feathers contributors
  • released 8/25/2016

Downloads

Maintainers