node-console-group

basic console.group implementation for node
  https://github.com/rich-harris/node-console-group
  0
  no reviews



In browsers, console.group() is an incredibly useful debugging tool. This module implements the same in Node.js.

It's a 5 minute job - highly unsophisticated, doesn't even have a test suite, so YMMV.

Node.js is an event-based server-side JavaScript engine.