Typo-rgb
The typo plugin to output full 8-bit colors (256 RGB colors) in command-line (CLI)!

Installation
npm install typo --save
npm install typo-rgb --saveUsage
var typo = require('typo')({
output: process.stdout
});
typo.plugin( require('typo-rgb') );Print colored text
typo.log('{{rgb:#f0f purple}}'); // print a purple text 'purple'Print colored background
typo.log('{{bg.rgb:#f0f purple}}'); // print 'purple' with the purple backgroundSyntax
typo.log(
'{{rgb:#<rgb> <text>}}',
[<substitution>],
[<callback>]
);Available helpers
rgb and bg.rgb