NuSkooler / predb-mon

A stupid simple PreDB text mode monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A stupid simple PreDB text mode monitor

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%