@frontmcp/ui-pages package with an MUI scaffold, spec file, and barrel index.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. Page name (PascalCase or kebab-case — auto-converted to PascalCase) |
description | string | "" | Optional description for the page |
skipFormat | boolean | false | Skip running Prettier after generation |
Generated Files
AdminDashboard.tsx
index.ts
Auto-Updates
The generator also updates three files in your workspace:ui/pages/project.json— adds the entry toadditionalEntryPointsin bothbuild-cjsandbuild-esmtargetstsconfig.base.json— adds a path alias@frontmcp/ui-pages/AdminDashboardui/pages/src/index.ts— appendsexport * from './AdminDashboard'