Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimxwan0319/tuisttemplate
Tuist를 사용하는 프로젝트에서 쉽게 쓸 수 있는 템플릿 입니다.
https://github.com/kimxwan0319/tuisttemplate
project swift template tuist xcode
Last synced: 20 days ago
JSON representation
Tuist를 사용하는 프로젝트에서 쉽게 쓸 수 있는 템플릿 입니다.
- Host: GitHub
- URL: https://github.com/kimxwan0319/tuisttemplate
- Owner: kimxwan0319
- License: mit
- Created: 2021-09-14T00:47:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T13:29:22.000Z (about 3 years ago)
- Last Synced: 2024-12-04T01:34:26.795Z (23 days ago)
- Topics: project, swift, template, tuist, xcode
- Language: Swift
- Size: 31.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```