Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kimxwan0319/tuisttemplate

Tuist를 사용하는 프로젝트에서 쉽게 쓸 수 있는 템플릿 입니다.
https://github.com/kimxwan0319/tuisttemplate

project swift template tuist xcode

Last synced: 20 days ago
JSON representation

Tuist를 사용하는 프로젝트에서 쉽게 쓸 수 있는 템플릿 입니다.

Awesome Lists containing this project

README

        

VGPCfBJX

# TuistTemplate

Tuist를 사용하는 프로젝트에서 쉽게 쓸 수 있는 템플릿 입니다.

[Releases](https://github.com/kimxwan0319/TuistTemplate/releases)에서 원하시는 템플릿을 다운받아주세요!

(모든 템플릿은 기본적으로 storyboard가 없어요. 필요하시다면 [Tuist + Storyboard](https://github.com/kimxwan0319/TuistTemplate/releases/tag/4)를 다운받아 주세요..!)

### Getting Started

1. Edit Project.swift

* `Project.swift` 파일을 열어 `<>` 안의 값들을 프로젝트에 맞게 설정해주세요.
* `Podfile`이 있는 프로젝트이라면 `Podfile`도 함께 수정해주세요..!

2. Generate the project

```bash
$ make generate
```