Skip to content

翻訳 🌍

このページの翻訳を行ったり、改善したりすることができます。

コントリビュートする

はじめに

任意のディレクトリ、または Xcode プロジェクトおよびワークスペースのディレクトリで、以下のコマンドを実行するのが Tuist を始める最も簡単な方法です:

bash
mise x tuist@latest -- tuist init
bash
tuist init

The command will walk you through the steps to create a generated project or integrate an existing Xcode project or workspace. It helps you connect your setup to the remote server, giving you access to features like selective testing, previews, and the registry.

既存プロジェクトの移行

既存のプロジェクトを生成プロジェクトに移行して、開発体験を向上させたり、キャッシュなどの機能を活用したい場合は、移行ガイドをご覧ください。

Released under the MIT License.