add "fill" action to the CLI, consolidate config generation

This commit is contained in:
2025-12-19 19:45:20 -08:00
parent b56fb396ea
commit 12cf00552b
223 changed files with 10975 additions and 29942 deletions

13
scripts/prepare.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# usage: prepare.sh
# synopsis: prepare repo with generated assets
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# write palette files
mkdir -p colors
uv run monobiome palette -n hex -f toml -o colors/hex-palette.toml
uv run monobiome palette -n oklch -f toml -o colors/oklch-palette.toml
# generate provided app config
"$script_dir/generate.sh"