bare-stylize
v0.0.1
Published
Terminal string styling for JavaScript
Readme
bare-stylize
Terminal string styling for JavaScript.
npm i bare-stylizeUsage
const stylize = require('bare-stylize')
console.log(stylize('green', 'ok'))
console.log(stylize(['bold', 'red'], 'error'))License
Apache-2.0
