tauri/tooling/create-tauri-app
Jacob Bolda af6411d5f8
feat: setup testing for CTA (#1615)
* feat: setup testing for CTA

* install with yarn

* build before test

* add yarn to npm runs for install / test start

* add dev mode to link cli.js and api locally

* remove fixtures

* run tests serially

* cli.js build-release avoids webpack error

* assert on package.json contents as first check

* run tauri build and split out custom asserts

* add changefile

* shorten workflow name

* too short

* exclude npm@6 on node@16

* increase timeout, tauri build takes a bit of time

* only assert that the tauri script exists
2021-04-27 09:14:24 -05:00
..
bin feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
src chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
test feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
types/fixturez feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
.eslintrc.js feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -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 feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -05:00
package.json feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -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 feat: setup testing for CTA (#1615) 2021-04-27 09:14:24 -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