Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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

© 2023 Gatsby, Inc.