0.0.4 • Published 3 years ago
colrz v0.0.4
colrz
bloat free terminal colors
usage
require('colrz');
console.log('red underlined text'.red.underline);colors
text colors
blackredgreenyellowbluemagentacyanwhitegraygreybrightRedbrightGreenbrightYellowbrightBluebrightMagentabrightCyanbrightWhite
background colors
bgBlackbgRedbgGreenbgYellowbgBluebgMagentabgCyanbgWhitebgGraybgGreybgBrightRedbgBrightGreenbgBrightYellowbgBrightBluebgBrightMagentabgBrightCyanbgBrightWhite
text styles
bolddimitalicunderlineinversehiddenstrikethroughstrike
reset
reset
disable
set NO_COLOR in $env or use --no-color argument
force
set FORCE_COLOR in $env or use --force-color argument