1.0.1 • Published 6 years ago

@runnerty/notificator-console v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

This plugin IS DEPRECATED. Please check notifier-console

A simple console notificator for Runnerty

Configuration

Add the notificator definition in your conf.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

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

warn mode

warning notification on console

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

error mode

error notification on console

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