hopp-plugin-notify
v1.2.2
Published
Shows push notifications on build completion. Useful for watch tasks.
Downloads
12
Maintainers
Readme
hopp-plugin-notify
Shows push notifications on build completion. Useful for watch tasks.
Usage
Simple:
export default
hopp('src/*.js')
.notify()
.dest('dist')
export const watch =
hopp.watch([
'default'
])
All node-notifier options are valid.
License
Licensed under MIT license.
Copyright (C) 2017 10244872 Canada Inc.