Next MUI
Configs

Flags Support

Extends CLI

next-mui supports flags to skip interactive inputs.

Supported flags

SignatureShorthandDescription
--yes-ySkips the interactive CLI completely and setup application with default template
--jsSkips template selection and force JavaScript template

Examples

Zero Interactivity

npx create-next-mui@latest my-app --yes

Skips all the inputs and Initialize a nextjs + mui project with default template

On this page