dependencyBrowseGraph

dependencyBrowseGraph will create a local web page that shows a zoomable graph representation of your dependencies. It will automatically open a browser on this page.

Example Output

dependencyBrowseGraph in action

It is implemented by creating dot output for the dependency graph and then uses graphlib-dot and dagre-d3 to render it in a web page.