Skip to content

TylerBarnes/gatsby-plugin-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-notifications

This plugin adds toast notifications and sounds when gatsby develop is ready and when gatsby build completes. This is useful for when either of these processes take a while and you want to multitask and be alerted when Gatsby is ready for you.

plugin options

{
  resolve: `gatsby-plugin-notifications`,
  // these are the default options
  options: {
    sound: `Glass`, // see ./assets/sounds for available sounds
    toast: true
  }
}

About

Get notifications when `gatsby develop` or `gatsby build` are ready

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published