Adds live notifications to web sites
GOV.UK Notify Node.js client
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging
Plugin for ember-cli that injects live-reload script into HTML content.
General purpose utils for live content and visual editing
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Simple Notify is a pure Javascript library to show nice and customizable alert notifications.
Livereload for webpack
Tiny LiveReload server, background-friendly
A simple SDK for interacting with QAWolf in CI scripts.
Update notifications for your CLI app
🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!
Notify reg-suit result to GitHub repository
This is a simple plugin that turns standard Bootstrap alerts into "Growl-like" notifications.
A karma reporter that reports results with OSX Notification Center, Growl or notify-send.
Post messages in Slack channels when specific Cypress tests and specs fail
Bilibili 直播通知插件(bilibili-notify 可选插件)
Notify reg-suit result to GHE repository using API
Automatic desktop notifications for Grunt errors and warnings. Supports OS X, Windows, Linux.
Update notifications for your CLI app, maintained in CommonJS (CJS)
A simple Node.js wrapper around the Slack webhook API.
Wrapper around fs.watch with fallback to fs.watchFile
TypeScript definitions for karma-notify-reporter
Listen for database events like create new record, updated existing or destroy & notify. These events can be used with ActionController::Live or Server Sent Events (SSE)
This package is a library of methods that perform log rotation on files and directories. The log rotate methods allow the caller to specify options (via parameters) such as how many rotated files to keep, what type of extension to place on the rotated file (date or a simple count), and whether to zip the rotated files. Live log files (currently being written to by a live process) can be rotated as well. The post_rotate option is useful in that context, as it can be used to send a HUP signal to notify the live process to reopen its log file. This package was inspired by the need to have a library version of the unix logrotate tool. The unix logrotate tool requires the user to specify options in a config file, and is usually invoked through cron. Directories can be rotated with this library. However, the gzip option does not work with directories. In this case, please zip/tar the directory in question before invoking this library.