Go to file
Philipp Kunz 33cf164aca 0.0.4
2015-11-17 02:30:10 +01:00
ts updated Readme and Test 2015-11-17 02:29:18 +01:00
.gitignore initial 2015-11-15 20:35:13 +01:00
.travis.yml update travis 2015-11-16 20:26:06 +01:00
index.js better debug output 2015-11-16 01:50:28 +01:00
LICENSE Initial commit 2015-11-15 19:06:18 +01:00
package.json 0.0.4 2015-11-17 02:30:10 +01:00
README.md updated Readme and Test 2015-11-17 02:29:18 +01:00
test.js updated Readme and Test 2015-11-17 02:29:18 +01:00

smartdebug

works with gulp, but does nothing. Use it to bootstrap your own gulp plugin with TypeScript, Travis and npm.

Buildstatus/Dependencies

Build Status devDependency Status

Usage

This plugin is thought for easy debug logging.

var smartDebug = require("smartdebug");

smartDebug.log("This message is not shown");
smartDebug.activate(true);
smartDebug.log("This debug message is shown");