@kalisio/feathers-distributed

v2.1.0
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 lib/**/*.js test/**/*.js --fix

mocha

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

coverage

c8 npm run mocha

test

npm run lint && npm run coverage

start:gateway

cd example/gateway && yarn install && cross-env PORT=3030 npm start

start:service1

cd example/service && yarn install && cross-env PORT=3031 npm start

start:service2

cd example/service && cross-env PORT=3032 npm start

start

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

Metadata

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

Downloads