4 Commits

Author SHA1 Message Date
Philipp Kunz
f78b0b6fb8 0.0.6 2015-11-17 02:39:46 +01:00
Philipp Kunz
5c8feb571c added dependency badge 2015-11-17 02:39:39 +01:00
Philipp Kunz
87411ef5a4 0.0.5 2015-11-17 02:37:12 +01:00
Philipp Kunz
114fbe6425 added debugmessage 2015-11-17 02:36:58 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
# smartdebug
works with gulp, but does nothing. Use it to bootstrap your own gulp plugin with TypeScript, Travis and npm.
debug your JavaScript the smart way
### Buildstatus/Dependencies
[![Build Status](https://travis-ci.org/pushrocks/smartdebug.svg?branch=master)](https://travis-ci.org/pushrocks/smartdebug)
[![Dependency Status](https://david-dm.org/pushrocks/smartdebug.svg)](https://david-dm.org/pushrocks/smartdebug)
[![devDependency Status](https://david-dm.org/pushrocks/smartdebug/dev-status.svg)](https://david-dm.org/pushrocks/smartdebug#info=devDependencies)
### Usage
@@ -16,3 +17,5 @@ smartDebug.activate(true);
smartDebug.log("This debug message is shown");
```
The above code produces debug messages like this:
![debugmessage.png](https://mediaserve.lossless.digital/github.com/pushrocks/smartdebug/debugmessage.png)

View File

@@ -1,6 +1,6 @@
{
"name": "smartdebug",
"version": "0.0.4",
"version": "0.0.6",
"description": "debug your JavaScript the smart way",
"main": "index.js",
"scripts": {