npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bare-stylize

0.0.1

@kasperisager

npmHomeRepoSnykSocket
Downloads:28073
$ npm install bare-stylize
DailyWeeklyMonthlyYearly

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