Terminal string styling for JavaScript
npm install bare-stylize
yarn add bare-stylize
pnpm add bare-stylize
bun add 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