Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmytrochumakov/viper-template

VIPER template for Xcode
https://github.com/dmytrochumakov/viper-template

codegeneration swift viper-architecture xcode

Last synced: about 5 hours ago
JSON representation

VIPER template for Xcode

Awesome Lists containing this project

README

        

## VIPER diagram overview
![Preview](/Module%20Viper/assets/viper_diagram.png)

## For use template
- Download archive
- Transfer the unpacked files to the project root
- Open terminal
- Go to folder with .xcodeproj
- Write sudo swift install.swift
- Open your project
- Use a template

## References
- [https://www.objc.io/issues/13-architecture/viper/](https://www.objc.io/issues/13-architecture/viper/)
- [https://github.com/Juanpe/Swift-VIPER-Module](https://github.com/Juanpe/Swift-VIPER-Module)

## License
Viper-Template is licensed under the MIT License, please see the [LICENSE](LICENSE) file.