Configs
Options
CLI options
Interactive options to curate your desired project.
Arguments
The CLI extends it capablity using arguments ( flags )
Project Name
npx create-next-mui@latest <project-name>The above command Initializes a new project with specified project name.
Know
<project-name> as . for using the current directory as base directory.
Plugin Integration
npx create-next-mui@latest add <plugin-name>The above command Integrates a plugin in existing project.
Templates
TypeScriptJavaScript
Features
Zustand: State management utilitylibraryto handle complex statesTanStack Query: Also known asReact Queryfor client side datarevalidationandcaching