You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bilt graph . --upto ... will generate some json output, which can be used by show-graph which is a new CLI package that generates an HTML page (PNG? SVG?) that shows the dependency graph
The text was updated successfully, but these errors were encountered:
Hi, can I have that?
I think I can wrap dagre to render using React(which can be it's own library), it can be used to generate a simple SPA, and also handle you other graph issue
Use https://github.com/dagrejs/dagre/wiki, which also uses
graphlib
: the same librray we use to manipulate our dependency graphThe idea is this:
bilt graph . --upto ...
will generate some json output, which can be used byshow-graph
which is a new CLI package that generates an HTML page (PNG? SVG?) that shows the dependency graphThe text was updated successfully, but these errors were encountered: