Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broadwaylamb/clean-swift
A version of Xcode Templates made by Raymond Law for implementing Clean Architecture
https://github.com/broadwaylamb/clean-swift
Last synced: about 1 month ago
JSON representation
A version of Xcode Templates made by Raymond Law for implementing Clean Architecture
- Host: GitHub
- URL: https://github.com/broadwaylamb/clean-swift
- Owner: broadwaylamb
- License: mit
- Created: 2016-07-05T20:06:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T14:19:08.000Z (over 7 years ago)
- Last Synced: 2024-10-16T06:44:38.186Z (3 months ago)
- Language: Makefile
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
To learn more about Clean Swift and the VIP cycle, read:
http://clean-swift.com/clean-swift-ios-architecture
There is a sample app available at:
https://github.com/Clean-Swift/CleanStore
To install the Clean Swift Xcode templates, run:
> make install_templates
To uninstall the Clean Swift Xcode templates, run:
> make uninstall_templates