Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

prettify-console

yuichi-yogo5ISC1.0.2

Colorize your Node.js console. screenshot 2018-09-12 21 52 32 ![screenshot 2018-09-12 21 53 12](https://user-images.githubusercontent.com/14039540/4

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.