mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00

Co-authored-by: Orhun Parmaksız <orhun@archlinux.org> Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
14 lines
355 B
Markdown
14 lines
355 B
Markdown
# Release Header
|
|
|
|
Generates a banner for Ratatui releases featuring a Ratatui logo, version info, and a list of crates.
|
|
|
|
Used for README.md, documentation, and release materials. Updated for every release starting with v0.30.0 "Bryndza".
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
cargo run --p release-header
|
|
```
|
|
|
|
Press any key to exit. Creates a fixed 68x16 terminal viewport.
|