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
- Host: GitHub
- URL: https://github.com/sergeypetrachkov/vipertemplates
- Owner: SergeyPetrachkov
- License: mit
- Created: 2017-06-26T02:01:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T02:34:59.000Z (about 7 years ago)
- Last Synced: 2025-05-30T10:14:08.377Z (about 1 year ago)
- Topics: swift, swift4, viper, viper-templates-swift, xcode-templates
- Language: Swift
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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:

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