Skip to content

Latest commit

 

History

History

depgraph-navigator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

depgraph-navigator

A visualization of npm package dependencies that can be installed as a Theia extension or embedded in any web page. An example application is available at npm-dependencies.com.

Graphs are visualized using Sprotty and automatically arranged by ELK.

Sprotty uses dependency injection to configure the application, so you can change every aspect of this visualization by binding your own custom classes. This even allows you to reuse this package to display other kinds of dependencies, e.g. Maven or Python modules.

For more details, read this blog post.