Context
The cpa-templates README "Available templates" table currently lists only fastapi-starter, but templates.json ships five templates.
Steps
- Open
templates.json and read every entry under templates[] (slug, type, description).
- Update the README table so each shipped template has a row with link, type, and one-line use case.
- Keep table formatting consistent with the existing markdown style.
- Do not change
templates.json.
Acceptance criteria
Files
README.md (edit)
templates.json (reference only)
How to verify
Preview the README on GitHub (or locally) and confirm all five templates appear with correct links.
Context
The
cpa-templatesREADME "Available templates" table currently lists onlyfastapi-starter, buttemplates.jsonships five templates.Steps
templates.jsonand read every entry undertemplates[](slug, type, description).templates.json.Acceptance criteria
fastapi-starter,cli-starter,celery-worker,django-api, anduv-workspace-starter./templates/<slug>Files
README.md(edit)templates.json(reference only)How to verify
Preview the README on GitHub (or locally) and confirm all five templates appear with correct links.