0.1.1-0 • Published 9 years ago

dm-debug v0.1.1-0

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

dm-debug

node debug helper

Description

  • started project --> look at the todos to see what will be done

Run

dmde [task]
dm-debug [task]

Install

npm install dm-debug -g # for global use
npm install dm-debug --save # for programmatically use

Tasks

test1

test1 global usage

dmde [test1]

test1 programmatically usage

var test1 = require("dm-debug").test1;
var test1Result = test1.start();

test1 steps

test1 features

test1 config

{
    "test1": {
    }
}

Config

  • you can place a .dm-debug.json file in your home directory (~/.dm-debug.json)
  • the following things are allowed at the moment
{
}

Lessons Learned