colorapplyer

A color applyer to console.log!


Keywords
color, chalk, colorapplyer, applyercolor, apply, applycolor, easyapplycolor, coloredtext
License
ISC
Install
npm install colorapplyer@1.0.4

Documentation

colorapplyer is a chalk-based module made by GaryStens!

Get started by using npm install colorapplyer in your console

and you can decorate your text using this: colorapplyer.applyColor(color, text)

Example code:

const colorapplyer = require('colorapplyer')

console.log(colorapplyer.applyColor('fgred', 'ALERT! THERE IS AN ERROR!'))

Signed, Gary.