1.0.16 • Published 3 years ago

@anzerr/console.color v1.0.16

Weekly downloads
128
License
MIT
Repository
github
Last release
3 years ago

Intro

GitHub Actions status | publish

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.color

Example

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