Appearance
tuist init
Bootstraps a project
Arguments
platform Optional
Environment variable TUIST_INIT_PLATFORM
The platform (iOS, tvOS, visionOS, watchOS or macOS) the product will be for (Default: iOS)
bash
tuist init --platform [platform]
name Optional
Environment variable TUIST_INIT_NAME
The name of the project. (Default: Name of the current directory)
bash
tuist init --name [name]
tuist init -n [name]
template Optional
Environment variable TUIST_INIT_TEMPLATE
The name of the template to use (you can list available templates with tuist scaffold list)
bash
tuist init --template [template]
tuist init -t [template]
path Optional
Environment variable TUIST_INIT_PATH
The path to the folder where the project will be generated. (Default: Current directory)
bash
tuist init --path [path]
tuist init -p [path]
help Optional
Show help information.
bash
tuist init -h
tuist init --help