Skip to content

@elyos-dev/create-app

@elyos-dev/create-app is an interactive CLI tool that lets you create a fully configured ElyOS application project in seconds. No need to manually set up Vite, TypeScript, the Mock SDK, or build scripts — the CLI handles everything.

Terminál
bunx @elyos-dev/create-app

The wizard walks you through the basic settings (app ID, name, template, permissions) and generates the project structure. If you already know what you want, you can pass parameters directly:

Terminál
bunx @elyos-dev/create-app my-app --template starter
TemplateDescription
starterMinimal starting point with optional features
basicSimple single-page application
advancedWith server functions and a Settings component
datatableCRUD application with DataTable
sidebarApplication with sidebar navigation
  • Getting Started — detailed guide on using the CLI and the generated project structure