@anzerr/console.color
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @anzerr/console.color

Weekly Downloads

105

Version

1.0.16

License

MIT

Unpacked Size

4.57 kB

Total Files

5

Last publish

Collaborators

  • anzerr