自动创建项目文件

Xcode 文件生成器

用于自动创建文件。

文件生成器 UI 的图片

MVVM 文件

该模板包含用于创建以下文件的模板:MVVMTemplate

  • __TEMPLATE__Configurator.swift
  • __TEMPLATE__Router.swift
  • __TEMPLATE__ViewModel.swift
  • __TEMPLATE__ViewController.swift
  • __TEMPLATE__View.swift
  • __TEMPLATE__Data.swift

UI Component Files

The template contains the template to create the following files:UIComponentTemplate

  • __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

GitHub

点击跳转