1.0.8 • Published 8 years ago

pogg v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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();
1.0.8

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago