debug-ee

1.0.1 • Public • Published

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)

Dependents (0)

Package Sidebar

Install

npm i debug-ee

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • evanlucas