An open API service indexing awesome lists of open source software.

https://github.com/sergeypetrachkov/vipertemplates

Xcode templates for VIPER
https://github.com/sergeypetrachkov/vipertemplates

swift swift4 viper viper-templates-swift xcode-templates

Last synced: 12 months ago
JSON representation

Xcode templates for VIPER

Awesome Lists containing this project

README

          

This is inspired by Clean Swift.

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

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

To install these Xcode templates, run:

> make install_templates

and then see:

![](https://68.media.tumblr.com/b91e612292d0b36d785a88d13a1639b8/tumblr_ow86hyN3S91wyutyko1_540.png)

To uninstall these Xcode templates, run:

> make uninstall_templates

There are additional snippets that will help you easily create (cell+cell model) pairs in SiberianVIPER style.
Take a look at https://github.com/SergeyPetrachkov/SiberianVIPER

To install additional snippets, run:

> make install_snippets

To uninstall these snippets, run:

> make uninstall_snippets