Skip to content

Commit 537bf0e

Browse files
committed
docs(readme): unify banner family — hairline frame + single hero visual
Apply the cohesive banner pattern established for the Codechu family: ━━━ c o d e c h u · <name> ━━━ [domain-specific hero content, the SOLE visual] ━━━ <tagline> ━━━ Removes the inconsistency where some READMEs carried a banner AT THE TOP plus a second ASCII demo block IN THE BODY (or none at all, depending on the lib). The banner now IS the hero — body has prose, code, and capability bullets only. No second visual. The richest demo per lib lives in the banner (combined where it used to be split between top and body).
1 parent 3d944b0 commit 537bf0e

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
```text
2-
┌─[ codechu-cli ]──────────────────────────────────┐
3-
│ $ deploy --prod │
4-
│ ⠿ building ......... [██████████▌ ] 68% │
5-
│ ? continue? [Y/n] ▏ │
6-
└──────────────────────────────────────────────────┘
2+
━━━━━━━━━━━━ c o d e c h u · c l i ━━━━━━━━━━━━
3+
4+
$ deploy --prod
5+
? Deploy to production? [Y/n] y
6+
deploy
7+
[12 of 24 · 50% · 1m 32s · 156 items/s] ████████████░░░░░░░░░░░░ ⠼
8+
↳ migrating database… ✓
9+
↳ rolling out workers ⠿
10+
11+
━━━ colors · progress · spinners · prompts · tables ━━━
712
```
813

914
[![PyPI](https://img.shields.io/pypi/v/codechu-cli.svg)](https://pypi.org/project/codechu-cli/)
@@ -19,13 +24,6 @@ Line-oriented CLI primitives for Python: colors, progress bars,
1924
spinners, prompts, tables, boxes. Consistent UX across every Codechu
2025
tool, with graceful fallbacks for pipes, Windows, and CI.
2126

22-
```text
23-
deploy
24-
[12 of 24 · 50% · 1m 32s · 156 items/s] ████████████░░░░░░░░░░░░ ⠼
25-
↳ migrating database… ✓
26-
↳ rolling out workers ⠿
27-
```
28-
2927
## Install
3028

3129
```bash

0 commit comments

Comments
 (0)