Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

typo-rgb

kaelzhang2MIT0.1.0

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

readme

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') );
typo.log('{{rgb:#f0f purple}}'); // print a purple text 'purple'
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