Skip to content

theknarf-experiments/dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dep

Analyze a project by building up a dependency graph between JS / TS files and exporting a Graphviz Dot file

Usage

Run dep on a project directory. By default this writes out.dot:

cargo run -- path/to/project

Render the graph using Graphviz's sfdp for a layout suitable for large graphs:

sfdp -Goverlap=prism -Tsvg out.dot -o out.svg

Open out.svg in your browser to explore the dependency graph.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages