0.2.0 • Published 4 years ago

depgraph-navigator v0.2.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

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.