Skip to content

alexmorral/XcodeFileGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode File Generator

Used to automate the creation of the files.

Picture of the File generator UI

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.

About

Automate creation of files for projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages