Dependency Graphs in Readme's #1004
JacksonUtsch
started this conversation in
General
Replies: 1 comment 1 reply
-
This looks so cool! Did you end up writing it up? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
GitHub recently introduced rendering support for the Mermaid language in markdown files. This allows diagrams to be rendered.
The flowchart does well to represent unidirectional flow. I've used it in an application to show how the
Package.swift
is structured. Ultimately this could be made into a GitHub Action and automated using SwiftPM The purpose is for developers to visualize the dependency graph in their projects.Here's an example:
Dependency Graph
Would anyone be inclined to use this?
Beta Was this translation helpful? Give feedback.
All reactions