Go to file
Pedro Piñera db4b615d31 Implement updater command and generate tuistenv 2018-07-25 08:38:16 -04:00
.circleci Rename project 2018-07-23 07:59:52 -04:00
.github Rename project 2018-07-23 07:59:52 -04:00
.vscode Regenerate documentation 2018-04-20 18:09:44 +02:00
Sources Implement updater command and generate tuistenv 2018-07-25 08:38:16 -04:00
Tests Remove Installer tests 2018-07-24 18:19:11 -04:00
assets Simplify project using only Swift Package Manager 2018-06-24 12:02:00 +02:00
bin Implement updater command and generate tuistenv 2018-07-25 08:38:16 -04:00
docs Rename project 2018-07-23 07:59:52 -04:00
guides Rename project 2018-07-23 07:59:52 -04:00
script Add install/uninstall scripts 2018-07-24 18:33:04 -04:00
.editorconfig Add some badges 2018-04-17 10:14:48 +02:00
.gitignore Rename project 2018-07-23 07:59:52 -04:00
.jazzy.yaml Rename project 2018-07-23 07:59:52 -04:00
.prettierrc Add some badges 2018-04-17 10:14:48 +02:00
.ruby-version Add documentation generation and document the release process (#71) 2018-07-21 19:56:49 -04:00
.swiftlint.yml Rename project 2018-07-23 07:59:52 -04:00
CHANGELOG.md Rename project 2018-07-23 07:59:52 -04:00
LICENSE.md Add LICENSE 2018-06-28 15:00:33 +02:00
Makefile Add tuistenv binary 2018-07-24 18:26:37 -04:00
Package.resolved Implement updater command and generate tuistenv 2018-07-25 08:38:16 -04:00
Package.swift Implement updater command and generate tuistenv 2018-07-25 08:38:16 -04:00
README.md Fix install script 2018-07-24 18:36:07 -04:00
RELEASE.md Rename project 2018-07-23 07:59:52 -04:00

README.md



code style: prettier CircleCI codecov

Features

  • 🥘 100% written in Swift.
  • 🐦 Type-safe Swift manifests editable with Xcode.
  • ↗️ Local dependencies support.
  • ⚠️ Misconfiguration catching.
  • 📦 Precompiled binaries (Frameworks & Libraries support).
  • 🔄 Circular dependency detection.

Install

eval "$(curl -sL https://raw.githubusercontent.com/tuist/tuist/master/script/install)"

Setup for development

  1. Git clone: git@github.com:tuist/tuist.git
  2. Generate Xcode project with swift package generate-xcodeproj.
  3. Open tuist.xcodeproj.
  4. Have fun 🤖