/create-tauri-ui

Create Tauri UI in just a few simple steps.

Primary LanguageTypeScript

create-tauri-ui

Create Tauri UI in a few steps.

npx create-tauri-ui@latest

pnpm create tauri-ui

npm create tauri-ui@latest

yarn create tauri-ui

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Tauri-UI project, run:

# npm 7+, extra double-dash is needed:
npm create tauri-ui@latest my-tauri-app -- --template vite

# yarn
yarn create tauri-ui my-tauri-app --template next

# pnpm
pnpm create tauri-ui my-tauri-app --template sveltekit

Currently supported template presets include:

You can use . for the project name to scaffold in the current directory.

Acknowledgements

This project utilizes code from the following repository: