grunt-notify
grunt-notify copied to clipboard
Make notification api a submodule?
I'd like to use the notification bits for a project I'm working on outside of grunt. Do you plan on making notify an abstracted module?
e.g.
notify = require 'node-notify'
notify
message: "Test"
system: "growl"
notify 'test' # detects available notifier
I've been wanting to do that.