Skip to content

Clean Swift templates fixed without dummy code and formatted on Swift Standards

License

Notifications You must be signed in to change notification settings

barbarity/CleanSwiftTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanSwift Templates

These templates are a modification from the original templates aiming to improve the development workflow.

To learn more about Clean Swift and the VIP cycle, read:

http://clean-swift.com/clean-swift-ios-architecture

There is a sample app available at:

https://github.com/Clean-Swift/CleanStore

Modifications

  • Deleted example methods and structures.
  • Formatted code according to Swift Design Guidelines
  • Added snippet for Use Case structure creation.

Installation

To install the Clean Swift Xcode templates, run:

make install

To uninstall the Clean Swift Xcode templates, run:

make uninstall