@anzerr/console.color
v1.0.16
Published
wrap color around inputs
Readme
Intro
wrap strings it color code for console display
Install
npm install --save git+https://github.com/anzerr/console.color.git
npm install --save @anzerr/console.colorExample
const color = require('console.color');
console.log(color.red('single string'), 'or chained text', color.chain.red('red').blue('blue').none('chained with normal text').green('green').toString(), 'done');