About

Use o "debug" via console.* by Tiago Danin.


DebugConsole

Use o "debug" via console.*

Usage

require('debug-console-js')
console.log("Hi!") //DEBUG=console:log
console.error("ERROR!") //DEBUG=console:error

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install debug-console-js --save

Dependencies

License

MIT


JavaScript

1