Tuist is a command line tool that helps you generate, maintain and interact with Xcode projects.
It's open source and written in Swift.
bash <(curl -Ls https://install.tuist.io)
tuist init --platform ios
tuist generate # Generates Xcode project & workspace
tuist build # Builds your project
Check out the project "Getting Started" guide to learn more about Tuist and all its features.
The repository is a monorepo with multiple projects:
Do you want to know more about what Tuist can offer you? Or perhaps want to contribute to the project and you need a starting point? You can check out the project documentation.
If you are interested in contributed to the project, our documentation has a section with resources for contributors. We recommend starting from this page.