eventdebugger

0.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eventdebugger

Weekly Downloads

5

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sielay