The ability to predefine scaffolding parameters from the command line for create-vite
and ask for the rest interactively
#18511
Labels
create-vite
and ask for the rest interactively
#18511
Description
I'm working on a template for applications. The template is built as a mono-repository, in which the UI is an independent package based on vite.
In such a structure, the UI can be any option provided by
create-vite
tool, but there are still parts that needs to be properly setup.For example, regardless of the UI stack, its package name must be specific so that other packages in the mono repository can refer to it.
Suggested solution
It would be useful to be able to predefine some parameters on the command line, such as the package name, and ask the user interactively during deployment.
This command will start interactive mode and ask user about framework and TS etc and skip prompt for package name.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: