Skip to content

paratagas/notificator

Repository files navigation

Notificator

Node.js CLI task system notification tool

Notificator Notificator


Tech

Notificator uses several open source projects to work properly and for tests:

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
  • node-notifier - A Node.js module for sending notifications on native Mac, Windows and Linux
  • prompt - A beautiful command-line prompt for node.js
  • opn - A better node-open. Opens stuff like websites, files, executables. Cross-platform

Requirements

  • Tested successfully on Node.js v6.9+
  • Before the work initialize tasks.json with empty JS object (if it is not): {}

Installation

$ cd notificator
$ npm install

Launching task watcher

$ npm start

Adding task

$ npm run add

Settings

App settings can be changed in "settings.js"


Useful information on this topic


License

MIT

Releases

No releases published

Packages

No packages published