grunt-notify icon indicating copy to clipboard operation
grunt-notify copied to clipboard

Make notification api a submodule?

Open blockloop opened this issue 12 years ago • 1 comments

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

blockloop avatar Aug 30 '13 02:08 blockloop

I've been wanting to do that.

dylang avatar Aug 30 '13 03:08 dylang