0.1.0 • Published 10 years ago

eventdebugger v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

eventdebugger

Simple lib to analyse events. First verison is silly simple. I made it because haven't found anything similar and I would like to understand events driving my app.

Usage

Simply run

require('eventdebugger')();

You can pass ignore hash like

require('eventdebugger')({
    Socket : "*",
    process : ["end"]
});

Developing

Tools

Created with Nodeclipse (Eclipse Marketplace, site)

Nodeclipse is free open-source project that grows with your contributions.