feathers-notify

v0.1.1
Add a notification center to your feathers app.
feathers feathers.js feathers-plugin notify notification authorization

preversion

npm run lint && npm run test && npm run compile

publish

git push origin --tags && git push origin

compile

shx rm -rf dist/ && tsc

release:pre

npm version prerelease && npm publish --tag pre

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

mocha

cross-env NODE_ENV=test TS_NODE_PROJECT='tsconfig.test.json' mocha --timeout 5000

test

npm run mocha

coverage

nyc npm run test

lint

eslint . --ext .js,.jsx,.ts,.tsx

docs

vitepress dev docs

docs:build

vitepress build docs
npm i feathers-notify

Metadata

  • MIT
  • Whatever
  • fratzinger
  • released 8/30/2021

Downloads

Maintainers