debugg
v0.0.1
Published
debug with eyes
Downloads
7
Readme
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