chalk-form

1.0.0 • Public • Published

chalk-form

apply an array of chalk methods to a string

Build Status

Install

npm install --save chalk-form

Usage

chalkForm returns a function which takes a string as an argument:

const str = chalkForm(['bold', 'italic', 'green'])('this is bold, italic, and green.');

License

MIT © Kevin Donahue

Package Sidebar

Install

npm i chalk-form

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • recursion_excursion