Skip to content

Commit 20bbd91

Browse files
feat(cli): Rich UX polish and hero asset placeholder
Closes #39 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 65bf511 commit 20bbd91

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# create-awesome-python-app
22

3+
![banner](./assets/hero.svg)
4+
35
CLI package. Framework: **Typer** (chosen over Click for richer typing/help).
46

57
```bash
68
uv run create-awesome-python-app --help
79
uvx create-awesome-python-app@latest my-app # after PyPI publish
10+
pipx run create-awesome-python-app my-app
811
```
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)