@kalisio/feathers-distributed

v1.0.5
Distribute your Feathers services as microservices
feathers feathers-plugin

prepare

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 -u kalisio -p feathers-distributed && git add CHANGELOG.md && git commit -am "Updating changelog"

compile

shx rm -rf lib/ && babel -d lib/ src/ && shx cp -R lib/ example/gateway/lib && shx cp -R lib/ example/service/lib

watch

babel --watch -d lib/ src/

lint

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

mocha

cross-env NODE_CONFIG_DIR=./test/config/ mocha --exit --require babel-core/register

coverage

cross-env NODE_CONFIG_DIR=./test/config/ istanbul cover node_modules/mocha/bin/_mocha -- --exit --require babel-core/register

test

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

start:gateway

cd example/gateway && npm install && npm start

start:service

cd example/service && npm install && npm start

start

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

Metadata

  • MIT
  • Whatever
  • Kalisio contributors
  • released 3/23/2021

Downloads