You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we are using odd formating template to create new projects. Sometimes, some templates are broken and doesn't working fine because some project names injection (eg. tauri Cargo.toml).
We could refactor this crate and add a context, we can store all user inputs and functionally create a template project.
Also, we need to rewrite some farm config files inside the template projects, it's better to do this refactor. What's more, we can also add some extra selections for users to create different template due to this refactor.
What does the proposed API look like?
see above
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
For now, we are using odd formating template to create new projects. Sometimes, some templates are broken and doesn't working fine because some project names injection (eg. tauri
Cargo.toml
).We could refactor this crate and add a context, we can store all user inputs and functionally create a template project.
Also, we need to rewrite some farm config files inside the template projects, it's better to do this refactor. What's more, we can also add some extra selections for users to create different template due to this refactor.
What does the proposed API look like?
see above
The text was updated successfully, but these errors were encountered: