项目作者: codemonauts

项目描述 :
gulp plugin to send messages from a gulp watch within a docker container to the macos host notification center
高级语言: JavaScript
项目地址: git://github.com/codemonauts/gulp-docker-notify.git
创建时间: 2017-10-09T14:33:08Z
项目社区:https://github.com/codemonauts/gulp-docker-notify

开源协议:MIT License

下载


gulp-docker-notify

When running Gulp inside a container, you can use this plugin to get desktop notifications on your host.

Installation

Add this plugin as a devDepenency with npm install --save-dev gulp-docker-notify.
See the gulpfile.js in the examples folder for a simple example.
When notifying about an errror, the dockerNotify function takes a third parameter error (Default: false).

Host setup

On your host you need to have the agent running which receives the notifications and relays them to the notification daemon of your operating system.

Build with with ❤ by codemonauts