1.0.1 • Published 9 years ago

termui v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

TerMUI

Terminal graphics for node with formatting and colour.

Example:

var TermUI = require("../../app.js");

var termui = new TermUI();

console.log(termui.bar([
	{
		value: 20,
		title: "cats"
	},
	{
		value: 50,
		title: "dogs"
	},
	{
		value: 30,
		title: "other"
	}
]));

Output:

███████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒