Refactor setup workflow

This commit is contained in:
MangoPig
2026-05-31 23:24:18 +01:00
parent 5cefa4019b
commit 58531bf579
24 changed files with 478 additions and 103 deletions

9
Justfile Normal file
View File

@@ -0,0 +1,9 @@
set shell := ["bash", "-cu"]
mod bin "Commands/Bin"
mod lang "Commands/Lang"
mod setup "Commands/Setup"
[default]
help:
just --list --list-submodules