New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-opentui-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-opentui-app

CLI tool for creating OpenTUI projects from templates

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

create-tui

A CLI tool for creating OpenTUI projects from templates.

Installation

# Use with bun (no installation required)
bun create tui my-tui-project

Usage

Interactive Mode

bun create tui

This 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 vue

Available 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 build

License

MIT

Keywords

cli

FAQs

Package last updated on 30 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts