1.0.1 • Published 9 years ago

console-fancy v1.0.1

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

ConsoleFancy

Improve console.log output in Node scripts

Displays blocks around text to highlight sections of your output.

Heading levels can be overridden when the object is initialised.

Other styling types to come in the future

Usage

var ConsoleFancy= require('console-fancy'),
	consoleFancy= new ConsoleFancy();

consoleFancy.header('Getting list of containers from Rackspace');
1.0.1

9 years ago

1.0.0

9 years ago