Scaffold Cloudron packaging workspace and automation
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal 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
|
Reference in New Issue
Block a user