chalkmark
v1.0.1
Published
Markup for the console - convert HTML-like tags to ANSI escape sequences
Downloads
5
Maintainers
Readme
chalkmark
Markup for the console - convert HTML-like tags to ANSI escape sequences
Usage
const chalkmark = require('chalkmark')
console.log(chalkmark('<b>test?</b> <green>success</green>'))
Available tags
b
orbold
— bold textu
orunderline
— underlined texts
orstrikethrough
— ~~strikethrough~~ texti
oritalic
— italic textinverse
— inverted text (foreground and background reversed)
Text colors
black
red
green
yellow
blue
magenta
cyan
white
gray
Background colors
bgBlack
bgRed
bgGreen
bgYellow
bgBlue
bgMagenta
bgCyan
bgWhite