1.0.2 • Published 7 years ago
prettify-console v1.0.2
prettify-console
Colorize your Node.js console.

Voilà!!
Installation
- Install Package:
npm install prettify-console - Then, import on top of the entry point by
require('prettify-console').
And that's it!
Configuration
You can globally configure how deep you want console.log to expand an object by setting console.log.depth attribute.
Default is 2.