CLI Reference
| Command | Description |
|---|---|
init | Interactive setup, creates skeletal.config.ts |
analyze | Scan, crawl, generate, and wire skeletons |
check | Assert all skeletons are up to date |
watch | Re-analyze on source file changes |
preview | Browse all skeletons locally |
eject | Copy a skeleton into source for manual editing |
Global install
npm install -g skeletal-ui
skeletal-ui analyzeOr use without installing:
npx skeletal-ui analyze