Xcode File Generator
Used to automate the creation of the files.
MVVM Files
The template MVVMTemplate contains the template to create the following files:
__TEMPLATE__Configurator.swift__TEMPLATE__Router.swift__TEMPLATE__ViewModel.swift__TEMPLATE__ViewController.swift__TEMPLATE__View.swift__TEMPLATE__Data.swift
UI Component Files
The template UIComponentTemplate contains the template to create the following files:
__TEMPLATE__.swift__TEMPLATE__Content.swift__TEMPLATE__Style.swift
Extensibility
The project is created so it’s very easy to create new file templates, the new templates just need to conform to FileTemplate.
