Go to file
Pedro Piñera 6f891777c0 Add Simctl classes 2018-08-01 14:49:54 +02: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 Add Simctl classes 2018-08-01 14:49:54 +02:00
Tests Remove Config.swift references 2018-08-01 00:21:40 +02:00
assets Simplify project using only Swift Package Manager 2018-06-24 12:02:00 +02:00
bin Fix typo 2018-08-01 00:16:41 +02:00
docs Version 0.1.0 2018-07-31 22:19:26 +02: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 Remove guides 2018-07-29 23:59:51 +02: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 Add install command to tuistenv (#83) 2018-07-31 23:13:38 +02:00
CONTRIBUTING.md Add more design principles 2018-07-30 00:20:22 +02: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 Some fixes in tuistenv 2018-07-31 22:35:17 +02:00
Package.swift Implement command runner (#81) 2018-07-31 21:55:26 +02:00
README.md Update README.md 2018-07-26 15:30:33 -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://bit.ly/2JWMfx8)"

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 🤖