Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature?]: Allow init of projects with both vitest and tailwindcss #1528

Closed
2 tasks done
hamirmahal opened this issue Jun 5, 2024 · 2 comments
Closed
2 tasks done
Labels
enhancement New feature or request

Comments

@hamirmahal
Copy link
Contributor

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

Users should have the option to include both vitest and tailwindcss in a new project created with npm init solid@latest.

Examples 🌈

npx create-next-app@latest has something similar, where users can add TypeScript, and Eslint, and Tailwind CSS to a new project. It'd be nice if npm init solid@latest let users add all of the above, plus vitest.

$ npx create-next-app@latest
✔ What is your project named? … my-app
✔ Would you like to use TypeScript? … No / Yes
✔ Would you like to use ESLint? … No / Yes
✔ Would you like to use Tailwind CSS? … No / Yes

Motivation 🔦

This reduces boilerplate and saves time for people who want to create a new solid project with vitest and tailwindcss.

@hamirmahal hamirmahal added the enhancement New feature or request label Jun 5, 2024
@atk
Copy link
Contributor

atk commented Jun 6, 2024

You can use solid-cli add vitest to your solid-start app with tailwind.

@brenelz
Copy link
Contributor

brenelz commented Jun 18, 2024

Oh wow that CLI is super cool going to remember that next time. I think we can close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants