Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)*