graphify v0.8.1 — Bash, JSON, and live architecture diagrams #871
safishamsi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
graphify v0.8.1 is out
Three new things.
Bash and JSON are now indexed
Shell scripts and JSON configs are picked up automatically. No flags, no setup.
For bash, graphify finds your functions, tracks which ones call which, and follows
source ./file.shimports. For JSON it maps your keys, pullsdependenciesblocks into the graph as real import edges, and followsextendschains in tsconfigs and eslint configs.So if you've ever asked your AI assistant "how does this hook script work?" and got nothing back, that's fixed. The whole chain from
settings.jsonto the shell function is in the graph now.Mermaid architecture diagrams that stay up to date
Run once:
graphify export callflow-htmlYou get a self-contained HTML page with Mermaid call-flow diagrams per module. The useful part: if you have
graphify hook installset up, the diagram regenerates automatically on every git commit. No manual step.Also shipped
If something breaks, open an issue. If you build something cool, share it here.
Beta Was this translation helpful? Give feedback.
All reactions