@notificationapi/core
v1.2.0
Published
With [NotificationAPI](https://www.notificationapi.com), software developers can implement any kind of notifications into their app in a matter of minutes. notificationapi-js-core focuses on providing headless UI support to Vanilla JavaScript users lookin
Readme
notificationapi-js-core
With NotificationAPI, software developers can implement any kind of notifications into their app in a matter of minutes. notificationapi-js-core focuses on providing headless UI support to Vanilla JavaScript users looking to use our infrastructure within their own designs.
Docs
Please refer to our documentations.
Contribution
Install dependencies:
npm installRun tests:
npm run test100% code coverage required.
Update the version:
npm version major|minor|patchMajor: for breaking changes Minor: for new features Patch: for bug fixes
The pipeline will automatically build and publish the package to npm.
