tauri/tooling/create-tauri-app
Jacob Bolda 397b7af395
chore: CTA defaults in CI mode (#1671)
* better defaults in CI mode

* chalk should be a dep since it needs to be installed by user

* always install webkit2gtk

* avoid installing `cli.js` from npm in `--dev` mode

* use correct path for `api` linking in tests

* update `tauri.conf.json` after init

* remove `beforeBuild/DevCommand` from vanilla recipe

* explicitly install `vite` deps

* change file

Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
2021-05-05 07:25:17 -05:00
..
bin chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05:00
src chore: CTA defaults in CI mode (#1671) 2021-05-05 07:25:17 -05:00
test chore: CTA defaults in CI mode (#1671) 2021-05-05 07:25:17 -05:00
types/fixturez feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
.eslintrc.js chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05:00
.gitignore refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
.prettierrc.js chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
CHANGELOG.md Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
jest.config.js chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05:00
package.json chore: CTA defaults in CI mode (#1671) 2021-05-05 07:25:17 -05:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
rollup.config.js chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
tsconfig.json chore: shift CTA from bin to .ts (#1651) 2021-04-29 08:55:09 -05: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