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]Common 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