console-with-color
v1.0.2
Published
Basic terminal string styling
Downloads
4
Readme
Yet another colors for the console solution
Install
npm install console-with-color
Usage
const color_console = require ("console-with-color")
color_console("Hello world!","red");
Colors
black
red
green
yellow
blue
magenta
cyan
white
gray
underscore