prettify-console

Colorize your Node.js console. ![screenshot 2018-09-12 21 52 32](https://user-images.githubusercontent.com/14039540/45426154-66dfce00-b6d6-11e8-8d14-c7ab524e961e.png) ![screenshot 2018-09-12 21 53 12](https://user-images.githubusercontent.com/14039540/4

Usage no npm install needed!

<script type="module">
  import prettifyConsole from 'https://cdn.skypack.dev/prettify-console';
</script>

README

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.