#rmap
require-mapper - a CLI tool to create a module dependency tree
synopsis: $ rmap <nodejsfile> nodejsfile - a nodejs javascript file to execute and track
The tool outputs to the console information
It hooks on the Module#require method, and use it to build a tree of requires, and emit to a log entry every time a module is required, and by what other module.
See known issues.
npm install rmap -g
##Known issues