solidjs-community / solid-cli

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

Prompt user if they want to use typescript for a new project #24

Closed dev-rb closed 1 year ago

dev-rb commented 1 year ago

Convert TS into JS if user doesn't want to use TS

The current Start CLI has this feature (linked below) and should be an easy addition

https://github.com/solidjs/solid-start/blob/b2a09b38f13024b706fe71e572c4231c92d4d15b/packages/create-solid/cli/index.js#L218

dev-rb commented 1 year ago

Closed via #25