BYK / connoisseur

DocTest-like comment assertion
MIT License
1 stars 1 forks source link

Prettify cli outputs #7

Open onurtemizkan opened 7 years ago

onurtemizkan commented 7 years ago

We should format and colour our cli output messages for better readability. I suggest using chalk for this, which seems to be the most widely used package for this purpose. We may also use supports-color to behave differently on different environments.