depgraph-navigator
v0.2.0
Published
A Theia extension that visualizes npm package dependencies
Downloads
8
Readme
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.