Skip to content

Commit b591e72

Browse files
docs: add use_cli, use_api, use_db to README feature table
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5e2c4ce commit b591e72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ All features are opt-in or opt-out at generation time:
3232
| `use_devcontainer` | `false` | VS Code / Codespaces dev container |
3333
| `use_ml` | `false` | Notebooks dir, data dir, optional ML deps, DVC, `.env` template |
3434
| `use_iot` | `false` | IoT/embedded setup: serial, GPIO, MQTT drivers, device config, mock fixtures |
35+
| `use_cli` | `false` | Typer CLI scaffold: commands, `--help`, rich output |
36+
| `use_api` | `false` | FastAPI REST API scaffold: routes, health endpoint, uvicorn serve |
37+
| `use_db` | `false` | SQLAlchemy 2 + Alembic: database session, migrations |
3538

3639
To skip all prompts and get the standard setup:
3740

0 commit comments

Comments
 (0)