smartdebug/README.md
2015-11-17 02:36:58 +01:00

818 B

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");

The above code produces debug messages like this: debugmessage.png