Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmytrochumakov/viper-template
- Owner: dmytrochumakov
- License: mit
- Created: 2022-03-23T20:45:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:19:56.000Z (over 2 years ago)
- Last Synced: 2024-10-24T13:57:55.917Z (26 days ago)
- Topics: codegeneration, swift, viper-architecture, xcode
- Language: Swift
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.