feat: add Tauri desktop app templates for static generation#142
Merged
feat: add Tauri desktop app templates for static generation#142
Conversation
Replace runtime @tauri-apps/cli init with static template files so the generator can emit src-tauri/ without network access or external CLI tools. Adds @tauri-apps/api as a runtime dependency alongside the existing @tauri-apps/cli devDep.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Marve10s
added a commit
that referenced
this pull request
Apr 11, 2026
## New Tools (18 additions across all ecosystems) ### TypeScript - **Algolia** search engine (#125) - **Vercel** deployment with compat rules (#137) - **GraphQL Yoga + Pothos** API option (#139) - **Tauri** desktop app addon (#142) - **i18n** category: i18next + next-intl (#149) ### Rust - **tracing + env-logger** logging category (#126) - **anyhow + thiserror + eyre** error handling category (#135) - **Diesel** ORM (#140) - **Rocket** web framework (#143) - **moka + redis** caching category (#144) ### Go - **Fiber** web framework (#127) - **Chi** web framework (#133) - **zerolog + slog** logging (#138) - **Ent** ORM (#145) ### Python - **Flask** web framework (#128) - **Litestar** web framework (#136) - **authlib + jwt** auth category (#141) - **Strawberry** GraphQL category (#148) ## Infrastructure - Adding new tool options guideline (3,000+ lines, 7 files) - PR-aware smoke tests (--force-option, --force-non-none, --partition) - Strengthened CI: test:release expanded, smoke tests block PRs - Compatibility rules guideline with template parity checks - Meilisearch template fix for v0.57 API changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@tauri-apps/cli initwith static template files so the generator emitssrc-tauri/without network access or external CLI tools@tauri-apps/apias a runtime dependency alongside the existing@tauri-apps/clidevDeptauri.conf.json,Cargo.toml,main.rs,lib.rs,build.rs, andcapabilities/default.jsonwith frontend-aware build configuration (correctdevUrl,frontendDistper framework)Files changed
packages/template-generator/templates/addons/tauri/packages/template-generator/src/template-handlers/addons.tspackages/template-generator/src/processors/addons-deps.ts@tauri-apps/apias runtime deppackages/template-generator/src/utils/add-deps.ts@tauri-apps/apiversion to dep mapapps/cli/src/helpers/addons/tauri-setup.tsapps/cli/test/template-snapshots.test.tsapps/cli/test/__snapshots__/template-snapshots.test.ts.snapTest plan
cli-builder-sync.test.tspasses (352 tests)addons.test.tspasses (122 tests, including existing Tauri compat tests)template-snapshots.test.tspasses (66 tests, new Tauri snapshot included)check-typespassestypecheckpassesvalidate:tech-linkspasses (330/330)