Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

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.