@frontmcp/ui-shells package. Shells use buildShell from @frontmcp/uipack — no React dependency.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. Shell name (kebab-case or PascalCase — auto-converted to kebab-case for files) |
description | string | "" | Optional description for the shell |
skipFormat | boolean | false | Skip running Prettier after generation |
Generated Files
admin-dashboard.shell.ts
index.ts
Auto-Updates
The generator also updates three files in your workspace:ui/shells/project.json— adds the entry toadditionalEntryPointsin bothbuild-cjsandbuild-esmtargetstsconfig.base.json— adds a path alias@frontmcp/ui-shells/admin-dashboardui/shells/src/index.ts— appendsexport * from './admin-dashboard'