@kalisio/feathers-distributed

v2.0.2
Distribute your Feathers services as microservices
feathers feathers-plugin

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"

lint

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

mocha

cross-env NODE_CONFIG_DIR=./test/config/ mocha --exit --timeout 30000

coverage

c8 npm run mocha

test

npm run coverage

start:gateway

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

start:service

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

start

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

Metadata

  • MIT
  • >= 16.0.0
  • Kalisio contributors
  • released 9/1/2022

Downloads