https://github.com/artcc/vipermodule
VIPER template for Xcode with three options (Interactor, Repository and complete scene)
https://github.com/artcc/vipermodule
architecture clean clean-architecture clean-code interactor module presenter repository scene solid swift viper
Last synced: 7 months ago
JSON representation
VIPER template for Xcode with three options (Interactor, Repository and complete scene)
- Host: GitHub
- URL: https://github.com/artcc/vipermodule
- Owner: ArtCC
- Created: 2020-01-30T14:25:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T22:17:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T15:44:11.596Z (about 1 year ago)
- Topics: architecture, clean, clean-architecture, clean-code, interactor, module, presenter, repository, scene, solid, swift, viper
- Language: Swift
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Viper Module Template for iOS in Xcode
VIPER scene template for Xcode with three options (Interactor, Repository and scene):
- Interactor: two classes
- Repository: two classes
- Scene: five classes (Configurator, ViewProtocol, ViewController, Presenter, Wireframe)
Add classes from 'Architecture' folder in your project (this is important).
## How to install in your Xcode
- In terminal:
`./installTemplates.sh`
Done. Now you can find viper module template in Xcode.
### LICENSE
This project is free and use CC BY-NC-SA.
This license lets others remix, tweak, and build upon your work without for commercial purposes, as long as they credit you and license their new creations under the identical terms.
### THANK YOU!
I hope you like it!
##### ArtCC 2020++