gatsby-plugin-terminal-notifier
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

gatsby-plugin-terminal-notifier

notification example

Install

yarn add -D gatsby-plugin-terminal-notifier
# or
npm i -D gatsby-plugin-terminal-notifier

Usage

// gatsby-config.js
module.exports = {
  plugins: ['gatsby-plugin-terminal-notifier']
}

Customize notifications

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-terminal-notifier'
      options: {
        devNote: 'My custom dev notification',
        buildNote: 'My cool post build notification'
      }
    }
  ]
}

License

MIT © CanRau

Package Sidebar

Install

npm i gatsby-plugin-terminal-notifier

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.45 kB

Total Files

5

Last publish

Collaborators

  • canrau