yeoman / yosay

Tell Yeoman what to say
BSD 2-Clause "Simplified" License
205 stars 43 forks source link

Using chalk #5

Closed hueitan closed 10 years ago

hueitan commented 10 years ago
console.log(yosay('This is awesome'));
// => no color
console.log(yosay('This is awesome'));
// => should be blue color

screen shot 2014-05-20 at 4 59 16 pm

It will be great If yosay can support ascii In content.

stephenplusplus commented 10 years ago

Agree! I'm having trouble with this, though :( See https://github.com/yeoman/yo/pull/167 for more details.