A Terminal User Interface (TUI) package built with OpenTUI and React.
bun installRun the TUI in development mode:
bun run devRun the test suite:
bun testFor testing interactive CLI features, install tmux:
# macOS
brew install tmux
# Ubuntu/Debian
sudo apt-get install tmux
# Windows (via WSL)
wsl --install
sudo apt-get install tmuxThen run the proof-of-concept:
bun run test:tmux-pocSee src/tests/README.md for comprehensive testing documentation.
Build the package:
bun run buildRun the built TUI:
bun run startOr use the binary directly:
codebuff-tui- Built with OpenTUI for modern terminal interfaces
- Uses React for declarative component-based UI
- TypeScript support out of the box