Scaffold Cloudron packaging workspace and automation

This commit is contained in:
2025-10-02 12:07:09 -05:00
parent b4121cc932
commit 482d4ff1b8
414 changed files with 6837 additions and 2 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: scaffold lint status packager-shell
scaffold:
python3 scripts/new_app.py --force
lint:
python3 scripts/lint_repo.py
status:
python3 scripts/generate_status.py
packager-shell:
BUILD=1 scripts/run_packager.sh
ci-local:
./scripts/ci_local.sh all