-
Notifications
You must be signed in to change notification settings - Fork 0
Create Command CLI
ABCrimson edited this page Mar 11, 2026
·
2 revisions
Scaffold a new modern-cmdk project instantly.
npm create modern-cmdk
# or
pnpm create modern-cmdk
# or
yarn create modern-cmdk| Template | Description |
|---|---|
react-basic |
Inline command palette with search, groups, items |
react-dialog |
Dialog mode with Mod+K shortcut and overlay |
react-full |
Full-featured: frecency, WASM search, virtualization, shortcuts |
my-command-palette/
package.json # modern-cmdk + command-react deps
tsconfig.json # ES2026 target, strict mode
src/
command-palette.tsx # Ready-to-use component
npm create modern-cmdk -- --template react-dialog --name my-app