1.4.0 • Published 10 years ago
jepsen v1.4.0
Jepsen
File and method logger
Install
npm
$ npm install jepsenbower
$ bower install jepsenUsage
// Carly.js
function Rae() {
CallMeMaybe();
...
}
// Console output
[CallMeMaybe] Carly#RaeWhy?
Useful for quickly figuring out which methods from which files are being
executed. Particularity useful for logging React component rendering.
TODO
- node.js/io.js support
- Batch execution
License
Copyright © 2015 Nicholas Hwang - MIT License