https://github.com/romanfurman6/rxmvvmcoordinatorsxcodetemplate
Rx-MVVM-C Xcode 9+ Template
https://github.com/romanfurman6/rxmvvmcoordinatorsxcodetemplate
mvvm-architecture mvvm-pattern xcode-templates
Last synced: 3 months ago
JSON representation
Rx-MVVM-C Xcode 9+ Template
- Host: GitHub
- URL: https://github.com/romanfurman6/rxmvvmcoordinatorsxcodetemplate
- Owner: romanfurman6
- Created: 2017-03-05T21:46:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T21:43:28.000Z (over 8 years ago)
- Last Synced: 2025-05-08T16:58:21.725Z (about 1 year ago)
- Topics: mvvm-architecture, mvvm-pattern, xcode-templates
- Language: Swift
- Homepage:
- Size: 22.5 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rx-MVVM-C Xcode Template
## How to install/uninstall
### Clone
```bash
git clone https://github.com/romanfurman6/RxMVVMCoordinatorsXcodeTemplate.git
```
### Install
```bash
sudo swift install.swift
```
### Uninstall
```bash
sudo swift uninstall.swift
```
## How to use
1. Add to project 'CoordinatorProtocol' & 'StoryboardInitializable' (You can find it [here](https://github.com/romanfurman6/RxMVVMCoordinatorsXcodeTemplate/tree/master/RequiredProtocols))
2. Right click on directory `New file...`
3. Choose `File Templates` -> `MVVM`