- Launguage : 🇰🇷
Easily add a collection of useful Xcode templates to your project using k-xcode-template
- CoordinatorPattern File Template
- CoordinatorPattern Project Template
- ProgrammaticUI Project Template
A collection of Xcode Templates designed to streamline your development workflow. This repository provides various project and file templates, including Coordinator Pattern, Programmatic UI, MVVM, and more, all easily installable via a shell script.
For an in-depth explanation of the Coordinator Pattern, please check out this blog post:
Getting started with these templates is simple. Just clone the repository and run the installation script:
$ git clone https://github.com/sookim-1/k-xcode-template.git
$ cd k-xcode-template
$ sh install_xcode_templates.sh
# You can optionally navigate to your Xcode Templates directory to verify installation:
$ cd ~/Library/Developer/Xcode/Templates
Automate Project Setup: Project templates automatically create the necessary files and folder structures when you start a new project.
Streamline File Creation: File templates automatically generate files that follow specific naming conventions and design patterns (e.g., MVVM components, Coordinator files).
k-xcode-template is released under the MIT License.