0.0.1 • Published 12 years ago

debugg v0.0.1

Weekly downloads
8
License
-
Repository
github
Last release
12 years ago

Debugg

I like the features of debug and eyes, but they don't work together. It took a small bit of glue.

=======

Install

npm install debugg

Example

debugg("hello");
debugg.inspect({bob:3},"label-1");
debugg.inspect({sam:4},"label-2");
debugg.write('Hello (via .write)');
// NOTE:
// be sure to set DEBUG= in command line invocation!

see the example.js for additional details and info

Contributors