Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fabrix/spool-notifications

fabrix-app65MIT1.5.0TypeScript support: included

Spool - Notifications

notifications, spool, fabrix

readme

spool-notifications

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Notifications for Fabrix

Install

$ npm install --save @fabrix/spool-notifications

Configure

// config/main.ts
import { NotificationsSpool } from '@fabrix/spool-notifications'
export const main = {
  spools: [
    // ... other spools
    NotificationsSpool
  ]
}