Skip to content

ArtCC/CleanSwiftModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Swift Module Template for iOS in Xcode

Clean Swift template for Xcode with three options (Scene, Repository and Unit Test):

  • Scene: five classes (Models, View, ViewController, Presenter, Interactor and Router)
  • Repository: two classes
  • Unit Test: two classes

How to install in your Xcode

  • In terminal:

./installTemplates.sh

Done. Now you can find Clean Swift module template in Xcode.

LICENSE

This project is free and use CC BY-NC-SA.

This license lets others remix, tweak, and build upon your work without for commercial purposes, as long as they credit you and license their new creations under the identical terms.

THANK YOU!

I hope you like it!

ArtCC 2022++