@semos-labs/create-glyph
v0.2.10
Published
Scaffold a new Glyph terminal UI app
Maintainers
Readme
Usage
# bun
bun create @semos-labs/glyph my-app
# npm
npm create @semos-labs/glyph my-app
# pnpm
pnpm create @semos-labs/glyph my-app
# yarn
yarn create @semos-labs/glyph my-appThis will create a my-app directory with a ready-to-run Glyph project — a small todo app that demonstrates components, focus management, keybinds, and more.
cd my-app && bun devWhat you get
- TypeScript project with
tsconfig.jsonpre-configured - Example app showcasing
Box,Text,Input,Button,Checkbox,Progress,Keybind,JumpNav, and more - Dependencies installed automatically
What is Glyph?
Glyph is a React renderer for the terminal. Build real TUI applications with the same component model you use on the web — flexbox layout (powered by Yoga), focus management, keyboard input, and efficient diff-based rendering.
npm install @semos-labs/glyph→ Full documentation & examples
License
MIT
