1.0.2 • Published 6 years ago

prettify-console v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

prettify-console

Colorize your Node.js console.
screenshot 2018-09-12 21 52 32 screenshot 2018-09-12 21 53 12

Voilà!!

Installation

  1. Install Package:
    npm install prettify-console
  2. 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.