2.0.0 • Published 10 years ago

pretty-console.log v2.0.0

Weekly downloads
13
License
GPL-3.0
Repository
gitlab
Last release
10 years ago

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

2.0.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago