/predb-mon

A stupid simple PreDB text mode monitor

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

predb-mon

A stupid simple PreDB text mode monitor.

Installation

git clone https://github.com/NuSkooler/predb-mon.git
cd predb-mon

# with yarn
yarn
# with npm
npm install

Usage

./predb-mon.js

predb-mon can be used as a "door" with systems supporting stdio.

Configuration

You are encouraged to copy the default_config.js to your own file and tweak it to your needs. You can then pass it to predb-mon.js:

./predb-mon.js fancy_config.js

LICENSE

See LICENSE