-
Notifications
You must be signed in to change notification settings - Fork 0
Create Command CLI
ABCrimson edited this page Mar 7, 2026
·
2 revisions
Scaffold a new @crimson_dev/command project instantly.
npm create @crimson_dev/command
# or
pnpm create @crimson_dev/command
# or
yarn create @crimson_dev/command| 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 # @crimson_dev/command + command-react deps
tsconfig.json # ES2026 target, strict mode
src/
command-palette.tsx # Ready-to-use component
npm create @crimson_dev/command -- --template react-dialog --name my-app