wcz-layout
Version:
17 lines (10 loc) • 583 B
Markdown
# Project Name Setup
## User Input
Ask: **"What is your application name? You may also provide an optional short name to display in the app bar on mobile devices."**
## Actions
Once provided, 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`.