Skip to content

Get a graph of dependencies for a JS file, using browserify resolution algorithm

Notifications You must be signed in to change notification settings

dwilson6/browserify-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

browserify-graph(1)

Dependency Status

Output a graph of all the files that are required by a JS source file, using the same dependency resolution as browserify. This will recursively search for required files.

Installation

npm install -g browserify-graph

Usage

browserify-graph <file>

Outputs a graph of all required files, starting at <file>.

Optionally, you can specify: --depth/-d #only go depth levels deep in the graph --noExternal don't walk external dependencies (anything with node_modules in the path)

browserify-graph --depth <depth> --noExternal <file>

About

Get a graph of dependencies for a JS file, using browserify resolution algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%