Restructure repository into output workspace

This commit is contained in:
2025-10-02 14:04:13 -05:00
parent fe0ade1dd9
commit 6e3f60cd9d
420 changed files with 256 additions and 220 deletions

View File

@@ -0,0 +1,9 @@
{
"slug": "{{ app_slug }}",
"title": "{{ app_title }}",
"issue": "{{ app_issue }}",
"repo": "{{ app_repo }}",
"additionalRepos": {% if additional_repos_json != '[]' %}{{ additional_repos_json | indent(2, True) }}{% else %}[]{% endif %},
"created": "{{ generated_at }}",
"notes": "TODO: capture packaging notes"
}