Cross platform CLI Alerts with colors & colored symbols that are customizable. Works on macOS, Linux, and Windows.
PDF Document creation from JavaScript
rehype plugin to create alerts (admonitions/callouts)
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![codecov][codecov-image]][codecov-url]
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
parse a css color string
[](https://codecov.io/gh/07akioni/vooks) [](https://lgtm.com/projects/g/07akioni/
Support GitHub-style alerts for markdown-it
Support GitHub-style alerts for remark
Cross platform CLI Alerts with colors & colored symbols for success, info, warning, error. Works on macOS, Linux, and Windows.
Cross-platform toasts, powered by native elements.
An alert component
Database migration framework for node.js
React Calendar
React High Order Form Component
A Remark plugin to convert Github style alerts to admonitions directives.
Nested collections manager
Generating CSS using JS with considerable flexibility and extensibility, at both server side and client side.
A polyfill for IndexedDB using WebSql
SDK in TypeScript for building Injective applications in a browser, node, and react native environment.
Awesome alert for React Native iOS, android and web
Genesis Foundation Alerts
Get tints and shades of a CSS color
Util Components for Vue
Send an alert if a given command failed
Automatic alerts for when bash scripts and commands complete
Runsible runs remote commands via net-ssh with retries and alerting
A command line interface for viewing alerts from a Zabbix instance (for Zabbix 2.0)
A command line interface for viewing alerts from a Zabbix instance.
Makesure is a set of tools to define, verify and monitor systems in a unix environment. It allows you to schedule commands that constitue a system via cron (and monitors the execution of those commands), it gives you a way to verify the state of a system (and alerts you when there are problems), and it provides a simple mechanism for collecting statistics about that system.
It lets you patch your project for XCode injection directly from command line rather than using option in Xcode or AppCode menu, which generates a lot of alerts
https://rubygems.org/gems/apoptosis I got the idea for this gem during JRubyConf during Michael Feathers' talk. He made a point that software is alive and unlike biological systems, doesn't have an automatic way to kill off old 'cells'. This gem is to aid in finding old, potentially crufty areas of your project that may need to be killed off and remade, or at least looked at. Currently the gem alerts you to any lines that haven't been touched in at least a year. \ gem install apoptosis Navigate to a project directory which is also a git repository and run the command: apoptosis This command will create a DeathRow.md file in the directory with a list of files and lines in your project which have not been touched in a year. The idea is that you should re-evaluate and/or refactor them.