Skip to content

Commit ce6fb8a

Browse files
chore: update constellation
1 parent 289efbb commit ce6fb8a

2 files changed

Lines changed: 113 additions & 8 deletions

File tree

profile/constellation.dot

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
digraph G { rankdir=LR; node [shape=box,fontsize=10];
22
"modio-maintenance";
33
".github";
4+
"MiniFy";
5+
"beatiful-ui" [shape=ellipse,fontsize=9];
6+
"MiniFy" -> "beatiful-ui";
7+
"nextjs" [shape=ellipse,fontsize=9];
8+
"MiniFy" -> "nextjs";
9+
"shadcn-ui" [shape=ellipse,fontsize=9];
10+
"MiniFy" -> "shadcn-ui";
11+
"spotify" [shape=ellipse,fontsize=9];
12+
"MiniFy" -> "spotify";
13+
"spotify-api" [shape=ellipse,fontsize=9];
14+
"MiniFy" -> "spotify-api";
15+
"spotify-mini-player" [shape=ellipse,fontsize=9];
16+
"MiniFy" -> "spotify-mini-player";
17+
"tauri" [shape=ellipse,fontsize=9];
18+
"MiniFy" -> "tauri";
419
}

profile/constellation.svg

Lines changed: 98 additions & 8 deletions
Loading

0 commit comments

Comments
 (0)