An open API service indexing awesome lists of open source software.

https://github.com/gitfaf/node-require-grapher

Graph require() calls in nodejs
https://github.com/gitfaf/node-require-grapher

Last synced: 9 months ago
JSON representation

Graph require() calls in nodejs

Awesome Lists containing this project

README

          

# node-require-grapher

Graph require() calls in nodejs.

By graph I mean scribble them in console.

## Usage

```bash

npm i -D node-require-grapher

```

```javascript

// 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