Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.66 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.66 KB

Templates for creating templated swift 4 code for the VIPER architecture.

This project is a significant adaptation and reworking of the work provided by Juanpe Catalán's Swift-VIPER-Module.

How to install

In terminal, run the install script from the repository's main directory:

swift install.swift

You should be this output message:

Attempting to install templates from ...
-- iOS templates --
✅  Module Template installed succesfully 🎉.
-- MacOSX templates --
✅  Module Template installed succesfully 🎉.

VIPER diagram overview

Preview

Why VIPER?

After using VIPER, I've found it to be very beneficial in many ways. Let’s get back to the list of things we set out to accomplish when architecting our app to see if VIPER addresses them.

  • Easy to iterate on
  • Collaboration friendly
  • Separated out concerns
  • Spec-ability

References