Skip to content

tuist init

Get started with Tuist in your Xcode project or create a generated project.

Arguments

path Optional

Environment variable TUIST_INIT_PATH

The path to the directory from where to start.

bash
tuist init --path [path]
tuist init -p [path]

answers Optional

Environment variable TUIST_INIT_PATH

Base64-encoded prompt answers

bash
tuist init --answers [answers]
tuist init -a [answers]

help Optional

Show help information.

bash
tuist init -h
tuist init --help

Released under the MIT License.