Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chorim/xcode-template
📝 My Swift Code Template
https://github.com/chorim/xcode-template
Last synced: about 1 month ago
JSON representation
📝 My Swift Code Template
- Host: GitHub
- URL: https://github.com/chorim/xcode-template
- Owner: chorim
- License: apache-2.0
- Created: 2021-04-23T09:09:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T07:33:13.000Z (over 3 years ago)
- Last Synced: 2025-01-05T17:58:09.124Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xcode-Template
My Swift Code Template## How to setup?
```sh
> git clone https://github.com/chorim/Xcode-Template.git
> chmod +x setup.sh
> ./setup.sh
```## Template List
- [x] Clean MVVM + SwiftUI Preview *(without DI Container and Router)*
- [x] Clean MVVM + SwiftUI Preview + Texture(AsyncDisplayKit) *(without DI Container and Router)*