$ npm install bare-stylize
Terminal string styling for JavaScript.
npm i bare-stylize
const stylize = require('bare-stylize') console.log(stylize('green', 'ok')) console.log(stylize(['bold', 'red'], 'error'))
Apache-2.0