Skip to content
/ rmap Public

require-mapper - a CLI tool to create a module dependency tree

License

Notifications You must be signed in to change notification settings

osher/rmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#rmap

require-mapper - a CLI tool to create a module dependency tree

use case

synopsis: $ rmap <nodejsfile> nodejsfile - a nodejs javascript file to execute and track

The tool outputs to the console information

How does it work

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.

installation

npm install rmap -g

##Known issues

About

require-mapper - a CLI tool to create a module dependency tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages