# @runnerty/notificator-console

> Runnerty module: Console notificator

Latest version **1.0.1** (published 2018-02-09) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @runnerty/notificator-console
pnpm add @runnerty/notificator-console
yarn add @runnerty/notificator-console
bun add @runnerty/notificator-console
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-02-09 |
| First published | 2017-06-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Coderty |
| Maintainers | coderty |
| Keywords | runnerty, notificator, console, debug, shell |

## Links

- npm: https://www.npmjs.com/package/@runnerty/notificator-console
- Repository: https://github.com/runnerty/notificator-console
- Homepage: https://github.com/runnerty/notificator-console#readme
- Issues: https://github.com/runnerty/notificator-console/issues
- npm.io page: https://npm.io/package/@runnerty/notificator-console

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-02-09
- 1.0.0 — 2017-08-11
- 0.0.1 — 2017-06-27

## README

# This plugin IS DEPRECATED. Please check [notifier-console](https://github.com/runnerty/notifier-console)


A simple console notificator for [Runnerty]

# Configuration

Add the notificator definition in your conf.json

```json
{
  "id": "console_default",
  "type": "@runnerty-notificator-console"
}
```


# Usage

Define the type of console message that you need (or prefer) in your process' events

## info mode
![info notification on console](http://i.imgur.com/IKHy3vC.png)

```json
{
  "id": "console_default",
  "message": "Things done right.",
  "mode": "info"
}
```


## warn mode
![warning notification on console](http://i.imgur.com/TdMmGQz.png)

```json
{
  "id": "console_default",
  "message": "We are out of candy!",
  "mode": "warn"
}
```


## error mode
![error notification on console](http://i.imgur.com/s2D0DxD.png)

```json
{
  "id": "console_default",
  "message": "Oh no.",
  "mode": "error"
}
```

[Runnerty]: https://www.npmjs.com/package/runnerty

---
_Source: https://npm.io/package/@runnerty/notificator-console · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
