opentui-projects
Installation
SKILL.md
OpenTUI Projects
Expert assistance for scaffolding OpenTUI projects and exploring examples.
Quick Start (create-tui)
The fastest way to create an OpenTUI project:
# Using create-tui (recommended)
bun create tui my-app
# Or with npm
npm create tui my-app