Is your feature request related to a problem? Please describe.
When I init a project from starter.dev, I have to decide my package manager and generate the initial lock file.
Describe the solution you'd like
When I run the CLI, I'd like to be prompted to select the package manager that is appropriate for my project.
For Node projects, I should be able to select npm, yarn, or pnpm.
For Deno or other projects, I should be presented with appropriate options for that kit.
Describe alternatives you've considered
This may require a configuration file somewhere or extending an existing JSON file we have to enable this behavior.
Additional context
No response
Is your feature request related to a problem? Please describe.
When I init a project from starter.dev, I have to decide my package manager and generate the initial lock file.
Describe the solution you'd like
When I run the CLI, I'd like to be prompted to select the package manager that is appropriate for my project.
For Node projects, I should be able to select npm, yarn, or pnpm.
For Deno or other projects, I should be presented with appropriate options for that kit.
Describe alternatives you've considered
This may require a configuration file somewhere or extending an existing JSON file we have to enable this behavior.
Additional context
No response