mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
8 lines
234 B
Markdown
8 lines
234 B
Markdown
# Dependency Diagram
|
|
|
|
From the repository root, generate the SVG with [D2](https://d2lang.com):
|
|
|
|
```sh
|
|
d2 --theme 4 --dark-theme 200 --layout elk --pad 32 support/docs/dependency-hierarchy.d2 support/docs/dependency-hierarchy.svg
|
|
```
|