colorapplyer
v1.0.4
Published
A color applyer to console.log!
Downloads
2
Maintainers
Readme
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.