node-require-grapher

1.1.0 • Public • Published

node-require-grapher

Graph require() calls in nodejs.

By graph I mean scribble them in console.

Usage

 
    npm i -D node-require-grapher
 
 
    // in the main file (the one you described in package.json) or whereever you want
    require('node-require-grapher')();
 
    // then just run your node application
 

Thanks

niggler (a person who helped me on freenode##javascript; thank that beautiful soul)

License

MIT © Git Faf 2017

Package Sidebar

Install

npm i node-require-grapher

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • git.faf