Send notifications to the OS X Notification Center using terminal-notifier.app
A NodeJS Server for sending notifications to OSX Mountain Lion's Notification Center
``` npm install tap-osx-notifier -g ```
Simple update notifier to check for npm updates for cli applications
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Update notifications for your CLI app
webpack + node-notifier = build status system notifications
Update notifications for your CLI app, maintained in CommonJS (CJS)
Codesign Electron macOS apps
TypeScript definitions for node-notifier
Core classes and utilities for Bugsnag notifiers
TypeScript definitions for update-notifier
a notifier for users of fork-ts-checker-webpack-plugin
A Webpack plugin that generates OS notifications for build steps using node-notifier.
Simple notifications for your website
Push notifications in NodeJS for MacOS, Windows 7 - 11, and Linux (Growl as fallback)
Official Airbrake notifier for browsers
@bugsnag/js plugin to enable session tracking in browsers
Bugsnag error reporter for React Native applications
Check, compile, optimize and compress Javascript with Closure-Compiler using Java
Fast and simple in-app notifications for React Native
Bugsnag error reporter for Node.js
A Karma plugin. Report results with OSX Notification Center.
Bugsnag error reporter for browser JavaScript
A grid module that sends a notification when there are new messages.
A ruby library which allows you to send Growl notifications.
A ruby library which allows you to send Growl notifications.
Test notifier for minitest via OSX Notification Center
Notification of new, unread email via IMAP
Gem that integrates against Exchange server and notifies you 15 minutes before meetings. Linux and OSX.
Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily perform backup operations on both your remote, as well as your local environment. It provides you with an elegant DSL in Ruby for modeling (configuring) your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.
A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl allows you to perform Growl notifications from machines without growl installed (for example, non-OSX machines). What is growl? Growl is a really cool "global notification system originally for Mac OS X". You can receive Growl notifications on various platforms and send them from any machine that runs Ruby. OS X: http://growl.info Windows: http://www.growlforwindows.com/gfw/ Linux: http://github.com/mattn/growl-for-linux ruby-growl also contains a command-line notification tool named 'growl'. It is almost completely option-compatible with growlnotify. (All except for -p is supported, use --priority instead.)
Backup is a RubyGem (for UNIX-like operating systems: Linux, Mac OSX) that allows you to configure and perform backups in a simple manner using an elegant Ruby DSL. It supports various databases (MySQL, PostgreSQL, MongoDB and Redis), it supports various storage locations (Amazon S3, Rackspace Cloud Files, Dropbox, any remote server through FTP, SFTP, SCP and RSync), it provide Syncers (RSync, S3) for efficient backups, it can archive files and directories, it can cycle backups, it can do incremental backups, it can compress backups, it can encrypt backups (OpenSSL or GPG), it can notify you about successful and/or failed backups (Email or Twitter). It is very extensible and easy to add new functionality to. It's easy to use.