dhis2_init_webapp
Set up a new DHIS2 web application project with structured scaffolding by specifying app name, title, template, and optional features like TypeScript or PWA support.
Instructions
Initialize a new DHIS2 web application project with proper scaffolding
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appDescription | No | Description of the application | |
appName | Yes | Name of the application (e.g., "my-health-app") | |
appTitle | Yes | Human-readable title of the application | |
appType | No | Type of DHIS2 application | |
namespace | No | App namespace (defaults to appName if not provided) | |
outputPath | No | Directory path where to create the app (default: current directory) | |
pwa | No | Enable Progressive Web App features | |
template | No | App template to use | |
typescript | No | Use TypeScript (default: true) |