solidjs-community / solid-cli

A custom CLI built for Solid.
https://solid-cli.netlify.app/
MIT License
61 stars 11 forks source link

Can't supply a name as a cli argument in create-solid #40

Closed ronanru closed 5 months ago

ronanru commented 5 months ago

I tried to create my first solidstart project today and was surprised that to supply a project name as a cli argument I need to use a -p flag.

With any other create-[x] tool, you can just pass a name as the first parameter without any flags, and I use that every time I start a new project.

image

This should just be a simple change, and I'd be happy to contribute it.