wcz-layout
Version:
15 lines (9 loc) • 410 B
Markdown
# Project Name Setup
## User Input
Ask: **"What is your project name?"**
## 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`) |