Skip to content

evanlucas/debug-ee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Print all event emitters and the events they emit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published