How to use growl - 1 common examples

To help you get started, we’ve selected a few growl examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jamescarr / jasmine-tool / lib / notify.js View on Github external
growlnotify: function(title, text){
    var growl = require('growl');
    growl.notify(text, {title:title});
  },
  'notify-send':function(title, text){

growl

Growl unobtrusive notifications

MIT
Latest version published 6 years ago

Package Health Score

74 / 100
Full package analysis

Popular growl functions