tauri/tooling/create-tauri-app
2021-04-12 15:50:57 -05:00
..
bin feat: derive package manager from env var 2021-04-12 15:50:57 -05:00
src feat: derive package manager from env var 2021-04-12 15:50:57 -05:00
.gitignore refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
package.json chore/licenses (#1461) 2021-04-12 09:55:00 -03:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
rollup.config.js refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
tsconfig.json refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00

create-tauri-app

Run and answer the prompts to get started with your first Tauri app!

With npx:

npx create-tauri-app

With npm:

npm x create-tauri-app

With yarn:

yarn create tauri-app

Additional Args

TODO