1.0.1 • Published 6 years ago

debug-ee v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

debug-ee

Show what emitters emit what events

Ever wondered what events are being emitted by something? This package makes it super easy to view that.

Note: Requires Node.js v8.x+

Usage

# Instead of
$ node index.js

# Use (if you have installed the package globally)
$ debug-ee index.js

# If you do not want to install globally
$ npx -d debug-ee debug-ee index.js

Example

Try it out by running:

$ npx -d debug-ee debug-ee example.js

Screenshot

Author

Evan Lucas

License

MIT (See LICENSE for more info)