create-opentui-app
v0.0.5
Published
CLI tool for creating OpenTUI projects from templates
Maintainers
Readme
create-tui
A CLI tool for creating OpenTUI projects from templates.
Installation
# Use with bun (no installation required)
bun create tui my-tui-projectUsage
Interactive Mode
bun create tuiThis will prompt you for:
- Project name
- Template choice (Core, React, Solid)
With Arguments
# Create a React project
bun create tui my-react-app --template react
# Create a Core project
bun create tui my-core-app --template core
# Create a Solid project
bun create tui my-solid-app --template solid
# Create a Vue project
bun create tui my-vue-app --template vueAvailable Templates
- core: OpenTUI project with core functionality
- react: OpenTUI project with React integration
- solid: OpenTUI project with Solid.js integration
- vue: OpenTUI project with Vue integration
Options
--template, -t: Specify the template to use (core, react, solid, vue)--help: Show help information--version: Show version number
Development
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for production
bun run buildLicense
MIT
