typo-rgb

0.1.0 • Public • Published

Typo-rgb

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

screenshot

Installation

npm install typo --save
npm install typo-rgb --save

Usage

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 background

Syntax

typo.log(
    '{{rgb:#<rgb> <text>}}',
    [<substitution>], 
    [<callback>]
);

Available helpers

rgb and bg.rgb

Readme

Keywords

none

Package Sidebar

Install

npm i typo-rgb

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kael