chalksay
Turns console.log
into console.fun
!
Usage
chalksay
is just a shortcut for logging chalk
styled text. Which is what
you almost always want to do with chalk
output.
Plain ol' chalk
:
var chalk = ;console;
Even easier with chalksay
:
var chalksay = ;chalksay;
Yes, you can do variadic calls to chalksay:
var chalksay = ;chalksay;
All of the chalk
styles are supported. Go nuts, say things in style!
Install
npm install chalksay
Test
The tests are colorful, run them it's fun.
npm test