@kalisio/feathers-distributed

v0.2.0
Distribute your Feathers services as microservices
feathers feathers-plugin

prepublish

npm run compile

publish

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

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

shx rm -rf lib/ && babel -d lib/ src/ && cpx "lib/**" example/gateway/lib && cpx "lib/**" example/service/lib

watch

babel --watch -d lib/ src/

lint

semistandard src/**/*.js test/**/*.js --fix

mocha

cross-env NODE_CONFIG_DIR=./test/config/ mocha --opts mocha.opts

coverage

cross-env NODE_CONFIG_DIR=./test/config/ istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

test

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

start:gateway

cd example/gateway && npm start

start:service

cd example/service && npm start

start

npm run compile && npm-run-all --parallel start:**
npm i @kalisio/[email protected]

Metadata

  • MIT
  • >= 4.6.0
  • Kalisio contributors
  • released 3/12/2018

Downloads

Maintainers