0.0.1 • Published 11 years ago

blessings v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Blessings

This is a node.js port of blessings, an easy to use library for manipulating ANSITERM terminals.

Installation

$ npm install blessings

Usage

The module exports a class called Terminal, which gives you a few handy methods for manipulating the terminal. For example:

var Terminal = require('blessings')

with (new Terminal()) {
	writeln(red('red'), green('green'), 'and', blue('blue'))
	writeln(bold('bold'), 'and', normal('normal'))
	writeln(bg.darkgray('dark backgrounds'))
}

License

MIT License

0.0.1

11 years ago

0.0.0

12 years ago