ORIZEN/TUI

Setup

Install and configure Orizen TUI in your terminal project.

Quick Start

Create a new project with Orizen TUI:

terminal

Init Command Options

The init command scaffolds a complete project with TypeScript, dependencies, and starter components.

help

Add to Existing Project

If you have an existing Ink project, add components:

terminal

Add Components

Add individual components to your project:

npx orizen-tui@latest add select
npx orizen-tui@latest add checkbox
npx orizen-tui@latest add table

Runnpx orizen-tui@latest add --helpfor more options.

Project Structure

After adding components, your project will look like this:

structure

Usage

Import and use components in your app:

src/app.tsx

CLI Options

help