consui
v1.0.3
Published
Console GUI!
Downloads
11
Maintainers
Readme
ConsUI
Node.js SysOut UI!
Installation
You can easily install ConsUI by executing this command at your console:
npm i consui chalk
Usage
Include
To include it, use this code. Process is recommended for stdout.
const process = require("process");
const cu = require("consui");
let co = new cu.Console();
Printing