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

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

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`