-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Create CLI npx create-mui-app #39588
Comments
If this is "greenlit" and if you don't mind that a non-member would work on this, I would most certainly want to try this! Sounds like a great learning experience! |
@DerTimonius Sound's good. We'd love to see what you come up with! |
I started with the project today and wanted to share the first version of the TUI. (the video cut off the left elements bit...) The command currently saves the input, I'm writing the installers for the different packages atm. Just wanted to check in if this prototype is similar to what you had in mind @mbrookes @oliviertassinari |
@DerTimonius It's getting closer, yes. Thanks for spending time on this. Quick feedback:
|
@oliviertassinari thanks for the feedback 🙌 I opened a draft PR today with an updated video here: #39865 |
Just wanted to let you know that I'm kind of stuck with the templates. Any help would be much appreciated! |
Shadcn UI effectively solved this issue last week https://x.com/shadcn/status/1829646528149143992. See @t3dotgg's wish in https://youtu.be/c5OPn_dyNcc?si=c5w4FPZkmN8_HwcP&t=616 for the overall ecosystem:
|
Summary 💡
Today, to create a new project, you have to go with one of those:
There is a space to create a CLI specific to MUI (the whole suite of products) that
A. would allow developers to quickly pick the stack they want:
B. would allow to easily import a template/block to an existing project.
Examples 🌈
npx create-next-app@latest
npm create vite@latest
Motivation 🔦
Achieving this with examples would lead to an explosion of possible combinations, it would be a LOT more examples to maintain.
Related
#39587, #41173
The text was updated successfully, but these errors were encountered: