node-stalker
v1.0.1
Published
Stalk your code and debug
Downloads
17
Maintainers
Readme
Install
npm install --save-dev node-stalker
Why node-stalker?
- It is tiny and easy to log.
- It can be used to log current file, function and line with ease.
- It can log additional optional variables passed to it.
- It can save same developer efforts while tracking down the code workflow.
- It works in browser as well.
Usage
var stalk = require('node-stalker');
stalk()
Examples
To run the example, give:
node examples/example.js
Thanks
Thanks for checking out the package. Feel free to open an issue or submit a PR !