1.2.2 • Published 7 years ago

hopp-plugin-notify v1.2.2

Weekly downloads
22
License
-
Repository
github
Last release
7 years ago

hopp-plugin-notify

There was a demo here.

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.