bare-stylize

Terminal string styling for JavaScript

Apache-2.0 1 个版本
安装
npm install bare-stylize
yarn add bare-stylize
pnpm add bare-stylize
bun add bare-stylize
README

bare-stylize

Terminal string styling for JavaScript.

npm i bare-stylize

Usage

const stylize = require('bare-stylize')

console.log(stylize('green', 'ok'))
console.log(stylize(['bold', 'red'], 'error'))

License

Apache-2.0

版本列表
0.0.1 2026-03-06