README
POGG
Why?
Because I needed a simple logger that had colors. Colors help me discern what's going on with my code, which makes things clearer, thus making me more efficient. And you can too.
How?
By utilizing two handy little packages, cli-color, and json-stringify-safe. Those guys are the real MVP, I'm just the goof who stuffed them info a package for my own amusement.
When?
Now. Right now.
Setup
Install it:
npm install pogg --save
Then require it:
var pogg = require('pogg')
Or if you want to get global with it (don't tell Crockford).
var pogg = require('pogg').globalize();