Skip to content

Willshaw/ConsoleFancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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');

About

Improve console.log output in Node scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published