Skip to content

Commit 70739b3

Browse files
Merge pull request #98 from Create-Python-App/fix/39-rich-ux
feat(cli): Rich UX + hero (#39)
2 parents 65bf511 + 20bbd91 commit 70739b3

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)