Either run install.sh or copy Devstack folder into ~/Library/Developer/Xcode/Templates
| Template | Description |
|---|---|
| FlowController.xctemplate | FlowController |
| Scene.xctemplate | Storyboard with both ViewController and ViewModel |
| TableView.xctemplate | Storyboard with a TableView and both ViewController and ViewModel |
| TableViewCell.xctemplate | Xib with a TableViewCell |
| UseCase.xctemplate | UseCase |
| UseCaseTests.xctemplate | Tests for an UseCase |
| ViewController.xctemplate | ViewController |
| ViewController+ViewModel.xctemplate | ViewController and ViewModel |
| ViewModel.xctemplate | ViewModel |
| ViewModelTests.xctemplate | Tests for a ViewModel |