Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] examples of plugin projects supporting optional frameworks #12963

Closed
ayangweb opened this issue Mar 13, 2025 · 1 comment
Closed

[feat] examples of plugin projects supporting optional frameworks #12963

ayangweb opened this issue Mar 13, 2025 · 1 comment

Comments

@ayangweb
Copy link

Describe the problem

When generating plugin projects using npx @tauri-apps/cli plugin new [name], it is expected that example will support optional frameworks, allowing developers to choose the appropriate technology stack for their needs.

The default is now svelte, and developers will need to generate the example again to fit their tech stack.

Describe the solution you'd like

Would like to add optional parameters for the framework.

Alternatives considered

No response

Additional context

No response

@amrbashir
Copy link
Member

amrbashir commented Mar 13, 2025

Unfortunately, this is not planned as it will require a lot of maintenance.

In these cases, you should use create-tauri-app tool to create the example and manually hook your plugin's crate and API into the generated example.

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants