Create Application
The create command scaffolds a new UI Protocol application with all necessary configuration and dependencies.
Usage
# Interactive mode (recommended)
pnpm create akinon-app
# With project name
pnpm create akinon-app my-app
# With all options
pnpm create akinon-app my-app -- --type fullpage --package-manager pnpm --no-installOptions
Option
Alias
Description
Default
Project Types
fullpage
plugin
multi-fullpage
multi-plugin
Interactive Mode
Example Workflow
After Creation
Project Configuration
config.ts
shell.config.js
Next Steps
Last updated
Was this helpful?

