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
I would like to add a reproduction generator in storybook for sveltekit + storybook projects, which requires me to provide a command to run that will bootstrap a sveltekit project. Currently, it seems there's no way to run create svelte without following all of the prompts interactively.
Describe the proposed solution
I'd like to add command-line flags like --template, --types=none, and --eslint=false which, if provided, skip the prompts for those questions and allow an "unattended" bootstrap of a sveltekit project.
This could be done with commander, or optionator, or whatever other tool y'all prefer.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
I would like to add a reproduction generator in storybook for sveltekit + storybook projects, which requires me to provide a command to run that will bootstrap a sveltekit project. Currently, it seems there's no way to run
create svelte
without following all of the prompts interactively.Describe the proposed solution
I'd like to add command-line flags like
--template
,--types=none
, and--eslint=false
which, if provided, skip the prompts for those questions and allow an "unattended" bootstrap of a sveltekit project.This could be done with commander, or optionator, or whatever other tool y'all prefer.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: