Configs
Flags Support
Extends CLI
next-mui supports flags to skip interactive inputs.
Supported flags
| Signature | Shorthand | Description |
|---|---|---|
--yes | -y | Skips the interactive CLI completely and setup application with default template |
--js | Skips template selection and force JavaScript template |
Examples
Zero Interactivity
npx create-next-mui@latest my-app --yesSkips all the inputs and Initialize a nextjs + mui project with default template