CLI
What the create-tauri-ui CLI does and how to drive it.
create-tauri-ui is intentionally small.
It orchestrates:
- the official shadcn/ui CLI
- create-tauri-app
- a small patch/battery layer on top
Basic usage
create-tauri-ui [target-dir] [options] # scaffold a new project
create-tauri-ui <add|update|remove> <battery> # manage batteries in an existing project
create-tauri-ui list # list batteries + install statusCommon commands
bunx create-tauri-ui@latest
bunx create-tauri-ui@latest my-app --template vite --yes
bunx create-tauri-ui@latest my-app --template next --no-starter
# inside an existing tauri-ui project
bunx create-tauri-ui@latest list
bunx create-tauri-ui@latest update debug-panel
bunx create-tauri-ui@latest add workflow