debug-console-js

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i debug-console-js

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.64 kB

Total Files

4

Last publish

Collaborators

  • tiagodanin