This package has been deprecated

Author message:

This plugin is no longer maintained. Please check @runnerty/notifier-console

@runnerty/notificator-console

1.0.1 • Public • Published

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"
}

Dependents (0)

Package Sidebar

Install

npm i @runnerty/notificator-console

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.32 kB

Total Files

7

Last publish

Collaborators

  • coderty