tuist scaffold
Generates new project based on a template
Subcommands#
| Command | Description |
|---|---|
tuist scaffold list |
Lists available scaffold templates |
Arguments#
template#
Environment variable TUIST_SCAFFOLD_TEMPLATE
Name of template you want to use
bash
tuist scaffold [template]
json Optional#
Environment variable TUIST_SCAFFOLD_JSON
The output in JSON format
bash
tuist scaffold --json
no-json Optional#
Environment variable TUIST_SCAFFOLD_JSON
The output in JSON format
bash
tuist scaffold --no-json
path Optional#
Environment variable TUIST_SCAFFOLD_PATH
The path to the folder where the template will be generated (Default: Current directory)
bash
tuist scaffold --path [path]
tuist scaffold -p [path]