readme refresh

This commit is contained in:
Richard Macias
2026-03-19 22:25:25 -05:00
parent 5f5d9efe88
commit 317effd7f7
9 changed files with 235 additions and 185 deletions

View File

@@ -10,9 +10,9 @@ default:
add-app:
@python scripts/add-app.py
# Test, validate, normalize, and generate all output files
# Validate, normalize, and generate all output files
[group('Release')]
build: test validate normalize generate
build: validate normalize generate
# Tag, push, and create a GitHub release
[group('Release')]
@@ -30,6 +30,7 @@ normalize:
@python scripts/normalize-json.py src/applications.json
# Live-test app configs
[group('Release')]
test *args:
@python scripts/test-apps.py {{ args }}