Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemonauts/gulp-docker-notify
gulp plugin to send messages from a gulp watch within a docker container to the macos host notification center
https://github.com/codemonauts/gulp-docker-notify
docker gulp gulp-plugin macos
Last synced: 10 days ago
JSON representation
gulp plugin to send messages from a gulp watch within a docker container to the macos host notification center
- Host: GitHub
- URL: https://github.com/codemonauts/gulp-docker-notify
- Owner: codemonauts
- License: mit
- Created: 2017-10-09T14:33:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T10:50:18.000Z (over 3 years ago)
- Last Synced: 2024-09-18T08:51:00.175Z (2 months ago)
- Topics: docker, gulp, gulp-plugin, macos
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
- Use [macos-gulp-notifications](https://github.com/codemonauts/macos-gulp-notifications) for macOS- Use [linux-gulp-notifications](https://github.com/codemonauts/linux-gulp-notifications) for Linux
Build with with ❤ by [codemonauts](https://codemonauts.com)