Appearance
tuist scaffold
Generates new project based on a template
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
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]
help Optional
Show help information.
bash
tuist scaffold -h
tuist scaffold --help