Skip to content

Instantly share code, notes, and snippets.

View zeroSteiner's full-sized avatar

Spencer McIntyre zeroSteiner

View GitHub Profile
@zeroSteiner
zeroSteiner / tasks.py
Created March 20, 2026 20:20
Crimson Forge build pipeline tasks
import shutil
from pathlib import Path
from invoke import Collection, task
SRC_DIR = Path("src")
BIN_DIR = Path("bin")
GRAPHML_DIR = Path("graphml")
GRAPHVIZ_DIR = Path("graphviz")