@feathersjs/primus

v3.0.0-pre.4
The Feathers Primus real-time API provider
feathers feathers-plugin

publish

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

release:pre

npm version pre && npm publish --tag pre --access public

release:patch

npm version patch && npm publish --access public

release:minor

npm version minor && npm publish --access public

release:major

npm version major && npm publish --access public

changelog

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

lint

semistandard --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

test

npm run lint && npm run coverage
npm i @feathersjs/[email protected]

Metadata

  • MIT
  • >= 6
  • Feathers contributors
  • released 10/25/2017

Downloads