Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a CLI that generates a nice dependency graph #61

Open
giltayar opened this issue Mar 14, 2021 · 1 comment
Open

Create a CLI that generates a nice dependency graph #61

giltayar opened this issue Mar 14, 2021 · 1 comment

Comments

@giltayar
Copy link
Owner

Use https://github.com/dagrejs/dagre/wiki, which also uses graphlib: the same librray we use to manipulate our dependency graph

The idea is this:

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

@reggev
Copy link
Collaborator

reggev commented Sep 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants