@anzerr/console.color

wrap color around inputs

Usage no npm install needed!

<script type="module">
  import anzerrConsoleColor from 'https://cdn.skypack.dev/@anzerr/console.color';
</script>

README

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