pretty-console.log

2.0.0 • Public • Published

Pretty console.log

A minimalist module to change the behavior of console.log and making it prettier.

Installation

npm install pretty-console.log

Usage

var pcl = require("pretty-console.log")
pcl.enable() // The next calls to console.log will be prettified
pcl.disable() // The next calls to console.log will not be prettified
pcl("It's pretty !") // The behavior of console.log will not be modified but the argument will be pretty printed

Author

Emeraude

Package Sidebar

Install

npm i pretty-console.log

Weekly Downloads

0

Version

2.0.0

License

GPL-3.0

Last publish

Collaborators

  • emeraude