Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.83 KB

File metadata and controls

66 lines (51 loc) · 1.83 KB
repo msmps/opentui-ui
url https://github.com/msmps/opentui-ui
homepage
starredAt 2025-12-28T21:31:09Z
createdAt 2025-12-26T11:44:18Z
updatedAt 2026-01-23T10:36:49Z
language TypeScript
license NA
branch main
stars 114
isPublic true
isTemplate false
isArchived false
isFork false
hasReadMe true
refreshedAt 2026-01-24T22:32:32.883Z
description UI component library for terminal applications built on @opentui/*
tags

@opentui-ui

UI component library for terminal applications built on @opentui/core.

Packages

Package Description npm
@opentui-ui/dialog Dialogs made easy npm
@opentui-ui/toast Sonner-inspired toast notifications npm

Installation

# Install a specific package
bun add @opentui-ui/toast

Development

# Install dependencies
bun install

# Build all packages
bun run build

# Lint & format
bun run lint
bun run format

# Clean build artifacts
bun run clean

Release workflow

  1. Push changes to main with changeset files
  2. GitHub Actions creates a "Version Packages" PR
  3. Review the PR (it updates versions and changelogs)
  4. Merge the PR to publish to npm with provenance

License

MIT