# Project Name Setup

## User Input

Ask via **AskUserQuestion** both questions at once:

1. **Full name** (required): "What is your application's full name?"
2. **Short name** (optional): "What short name should appear in the mobile app bar? Leave blank to omit it."

## Actions

Using the full name, search-and-replace across the **entire workspace**:

| Find           | Replace with                           |
| -------------- | -------------------------------------- |
| `project-name` | kebab-case version (e.g. `user-input`) |
| `Project Name` | Title Case version (e.g. `User Input`) |

If a short name was provided, add it as the `short_name` property in `public/manifest.json`.
