create-akinon-app
v1.4.4
Published
Create Akinon UI Protocol applications with one command
Maintainers
Readme
create-akinon-app
Create Akinon UI Protocol applications with one command.
Usage
# Interactive mode
npx create-akinon-app@latest
# With project name
npx create-akinon-app@latest my-project
# With options
npx create-akinon-app@latest my-project --type=plugin --no-shellOptions
--type <type>- Project type:fullpage,plugin,multi-fullpage,multi-plugin--no-install- Skip dependency installation--no-shell- Skip shell development server setup (for plugin projects)--debug- Output extra debugging information
Examples
# Create a fullpage application
npx create-akinon-app@latest my-app --type=fullpage
# Create a plugin with shell development server
npx create-akinon-app@latest my-plugin --type=plugin
# Create a plugin without shell server
npx create-akinon-app@latest my-plugin --type=plugin --no-shellDevelopment
This package is a thin wrapper around @akinon/ui-cli that provides the create-akinon-app command for easy project creation.
