create-infara
v0.2.0
Published
Scaffold an Infara consumer app pinned to an Infara UI Registry release.
Maintainers
Readme
create-infara
Cross-platform Infara app bootstrapper for macOS, Linux, and Windows.
Recommended runtime
Use the latest stable Node.js release.
Usage
npx create-infara@latest my-app
cd my-app && npm run devOptions
--app-name <name>: Override the display name written into the scaffolded landing page.--registry-origin <url>: Override the registry host. Defaults tohttps://ui.infara.ai.--release <version>: Override the pinned release channel.--skip-build: Skip the final production build verification.--keep-temp: Keep the temporarycreate-next-appworkspace for debugging.
Result
The generated repo includes:
- the initial
shadcn@latest initsetup, including the shadcncnutility - the default Infara starter install set:
infara-theme,button,data-table, andsidebar-layout - a pinned
@infararegistry entry incomponents.json - project-scoped MCP setup in
.mcp.json - bundled Infara context files in
.infara/context - bundled Infara theme and brand assets
- Infara agent instructions for downstream AI work
