dai-shi / waku

⛩️ The minimal React framework
https://waku.gg
MIT License
4.01k stars 104 forks source link

Question: Optional Tools in Create Usage #625

Closed Yagasaki7K closed 1 month ago

Yagasaki7K commented 2 months ago

Wouldn't it be ideal to include selections during creation? For instance, choosing whether to have the application with TypeScript or JavaScript, and even with or without Tailwind.

I believe that in many cases, especially concerning Tailwind, it's more a matter of personal preference. Of course, there may be projects that need to use ChakraUI or MaterialUI, depending on the company, the project, or the developer's preference. Making this functionality optional would be more practical than having Tailwind as the default.

dai-shi commented 2 months ago

We will consider how we deal with it. For now, create waku can take --example option to specify a different template. So, it would be nice if we created a set of templates. Let's see if we can do it for the next patch release.