Styling Console Text in Node.js, by @Axel Rauschmayer:
#nodejs #console #javascript
Styling console text in Node.js
In this blog post, we explore how we can style text that we log to the console in Node.js. Some of the examples use a Unix shell but most of the co...