wcl init
Scaffold a new project folder from a WCL template.
| Argument | Required | Description | Remarks |
|---|---|---|---|
| template | required | Built-in name, user template, or path to a template .wcl. | — |
| dest | optional | Destination directory (default: the answered name). | — |
| Switch | Value | Description | Remarks |
|---|---|---|---|
| --list | — | List the built-in templates and exit. | — |
| --defaults | — | Use defaults for every property — no prompts. | — |
| -D, --define | KEY=VALUE | Preset a template property (repeatable). | — |
console
wcl init minimal ./app -D name=app --defaults