Skip to content

Instantly share code, notes, and snippets.

@stoefln
Created June 17, 2019 12:01
Show Gist options
  • Save stoefln/e93636356aa60d26ee6b542391048994 to your computer and use it in GitHub Desktop.
Save stoefln/e93636356aa60d26ee6b542391048994 to your computer and use it in GitHub Desktop.
const notifier = require('node-notifier')
notifier.notify({
title: 'Repeato Build',
message: 'Your build finished!'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment