Epsilon_02
489fad5524
Angular create tauri app [ #1934 ] ( #2203 )
2021-07-14 16:36:46 -04:00
Amr Bashir
66916b739f
chore: add .prettierrc
in repo root ( #2145 )
2021-07-03 19:48:04 -03:00
github-actions[bot]
5353379d15
Apply Version Updates From Current Changes ( #1823 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2021-06-23 16:56:16 -03:00
Amr Bashir
3c21ddc73c
fix(cta): use correct beforeDevCommand
for vite recipe ( #1931 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-05-31 19:37:16 -03:00
renovate[bot]
053a5a73b5
chore(deps) Update create-tauri-app ( #1903 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-30 17:00:00 -03:00
renovate[bot]
e85472b9e2
chore(deps) Update create-tauri-app to v27 ( #1906 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-26 20:50:34 -05:00
renovate[bot]
f0ca35f443
chore(deps) Update create-tauri-app ( #1867 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-19 18:17:32 -03:00
github-actions[bot]
a68b4ee827
Apply Version Updates From Current Changes ( #1799 )
...
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
2021-05-12 16:31:52 -03:00
Jacob Bolda
8a164d0a1f
fix: CTA cache and vite build ( #1806 )
...
* use file as version for local links
this also makes it closer to the production version and less likely to accidentally introudce an issue
* always install latest without asking
* work around issues with esbuild installing properly
* test shouldn't run build-release on the cli
* build cli.js and api outside of the test
* try test on windows
* change file
* switch back to linux test
* -y prompt not available on npm@6, remove
* pipe
2021-05-12 14:25:44 -05:00
renovate[bot]
2067e20ee3
chore(deps) Update create-tauri-app ( #1787 )
...
* chore(deps) Update create-tauri-app
* fix: fmt [skip ci]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-05-12 09:59:25 -03:00
github-actions[bot]
7c7a0777ca
Apply Version Updates From Current Changes ( #1629 )
...
* apply version updates
* fix metadata.json [skip ci]
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-05-11 16:20:35 -03:00
Lucas Fernandes Nogueira
319cf16a54
fix: prune packages, add license files, closes #1507 ( #1769 )
...
Co-authored-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
2021-05-10 20:28:15 -03:00
nothingismagick
afb4f2f896
chore(docs): add root-level ARCHITECTURE.md ( #1766 )
...
* chore(docs): add root-level ARCHITECTURE.md
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(readme): cleanup [skip ci]
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(cli.js): update readme
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): ship both apache and mit
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(remove license): [skip ci]
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(assimilation): we are now the borg
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* cleanup [skip ci]
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-05-10 20:39:24 +02:00
Jacob Bolda
ea28d01691
create-tauri-app welcome prompt and recipes links ( #1748 )
...
* CTA welcome prompt and recipes links
* fix tests for new recipe names
* check that package file exists before build
* change file
* turn off vuecli tests until we can get them to pass
2021-05-09 09:31:01 -05:00
Ali Furkan
d208039f58
fix(CTA): fix adding options ( #1728 )
2021-05-07 22:35:37 -05:00
nothingismagick
45aff87e65
chore(deps): js updates ( #1739 )
2021-05-07 19:52:20 -03:00
Amr Bashir
cea3ba9f97
feat(cta): add support for all vite templates ( #1670 )
...
* feat(cta): add support for all vite templates
* vite template dir removed, ignore template step for now
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2021-05-07 00:29:55 -05:00
renovate[bot]
1bd18c0976
chore(deps) Update dependency ts-jest to v26.5.6 ( #1720 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 14:34:20 -03:00
renovate[bot]
762dd15e9b
chore(deps) Update create-tauri-app ( #1712 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 10:18:44 -03:00
renovate[bot]
7ef9503e66
chore(deps) Update dependency @rollup/plugin-node-resolve to v13 ( #1716 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 09:40:35 -03:00
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
Amr Bashir
9fadbf3350
refactor(cta): add questions hook for recipes ( #1658 )
...
* refactor(cta): add questions hook for recipes
* fix lint
* fix tests
* fix vue-cli
* one more time
* adjust vuecli to packagemanager
* revert bundle.js changes
* refacotr: extract `Recipe` type to its own file
* colorful step logging
* pin chalk dependency
* Restore bundle.js
* fix typo
* more styling
2021-04-30 20:48:21 -05:00
Jacob Bolda
c3acbd68ec
chore: shift CTA from bin to .ts ( #1651 )
...
* chore: shift CTA from bin to .ts
* add change file
* fix rollup build
2021-04-29 08:55:09 -05:00
renovate[bot]
f867e1396d
chore(deps) Pin dependencies ( #1636 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-28 18:25:22 -03:00
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
github-actions[bot]
cad5192e31
Apply Version Updates From Current Changes ( #1561 )
...
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-25 16:07:22 -03:00
Lucas Fernandes Nogueira
07f5cd21be
chore(cta): add linting and formatting, closes #1520 ( #1596 )
2021-04-23 01:34:54 -03:00
Amr Bashir
94d541d1c9
refactor(api): use a js script to copy necesary files to dist ( #1593 )
2021-04-22 23:16:53 -03:00
Amr Bashir
f708ff824e
fix(CTA): #1569 , manually set tauri script for compatability with older npm ( #1572 )
2021-04-21 21:26:49 -03:00
github-actions[bot]
a202b68447
apply version updates ( #1503 )
...
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
2021-04-19 17:19:30 +02:00
SneakyFish5
edab7a6686
chore(deps): remove lodash from create-tauri-app ( #1532 )
2021-04-18 21:30:06 +02:00
Jacob Bolda
098b729e67
chore: CTA version was decremented, fix and adjust changelog to compensate ( #1530 )
2021-04-18 10:44:15 -05:00
Amr Bashir
3998046489
fix(cta): remove tauri
dep from vanilla recipe ( #1502 )
2021-04-14 22:05:16 -03:00
github-actions[bot]
345f2dbfc5
Apply Version Updates From Current Changes ( #1499 )
...
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-14 20:33:44 -03:00
Amr Bashir
6c00e88e0f
fix(cta): fix adding tauri
script to package.json ( #1501 )
...
* fix(cta): fix adding `tauri` script to package.json
* add change file
* Update .changes/cta-tauri-script.md
Co-authored-by: nothingismagick <denjell@mailscript.com>
2021-04-15 01:26:07 +02:00
Amr Bashir
889a5442f6
fix(cta): add tauri
script in package.json ( #1500 )
2021-04-15 01:11:02 +02:00
github-actions[bot]
c2e48e07ec
Apply Version Updates From Current Changes ( #1497 )
...
* apply version updates
* fix versions
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2021-04-14 17:26:01 -05:00
Jacob Bolda
7b6108e37b
fix: cta templates dir missing ( #1496 )
2021-04-14 17:21:34 -05:00
github-actions[bot]
0068bfda66
Apply Version Updates From Current Changes ( #1494 )
...
* apply version updates
* fix version
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2021-04-14 17:03:00 -05:00
Jacob Bolda
414f9a78c9
fix: cta dist publish ( #1493 )
2021-04-14 16:57:47 -05:00
Jacob Bolda
fa99fda0cf
chore: CTA license headers and externals ( #1485 )
...
* add common node libs as externals, hides warning
* add license header to vue-cli file
2021-04-14 13:05:04 -05:00
github-actions[bot]
49c450d6fe
Apply Version Updates From Current Changes ( #1165 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-14 10:50:15 -03:00
Noah Klayman
1b2bb6adb8
feat(cta): add preset for vue-cli ( #1473 )
2021-04-13 21:53:40 -03:00
Amr Bashir
6ec0971e78
refactor(cta): use npx
and add react-ts
template ( #1472 )
2021-04-13 21:52:07 -03:00
Amr Bashir
80b7bd7de8
feat(CTA): add initial vite support with vue
and vue-ts
( #1467 )
2021-04-13 10:56:21 -03:00
Jacob Bolda
6e0598c807
feat: derive package manager from env var
2021-04-12 15:50:57 -05:00
nothingismagick
953289ca7f
chore/licenses ( #1461 )
2021-04-12 09:55:00 -03:00
Lucas Fernandes Nogueira
aea614587b
refactor(repo): add /tooling folder ( #1457 )
2021-04-12 01:59:25 -03:00