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
- Host: GitHub
- URL: https://github.com/gitfaf/node-require-grapher
- Owner: gitfaf
- License: mit
- Created: 2017-08-20T19:25:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T17:08:42.000Z (over 8 years ago)
- Last Synced: 2025-04-21T03:20:11.284Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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