1.0.0 • Published 5 years ago

debug-console-js v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

DebugConsole

Use o "debug" via console.*

Usage

  • Set DEBUG=console:* or DEBUG=console:KEY
require('debugconsole')
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 debugconsole --save

Dependencies

  • debug: small debugging utility

License

MIT