https://github.com/devmeremenko/viper-generator
https://github.com/devmeremenko/viper-generator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmeremenko/viper-generator
- Owner: devMEremenko
- License: other
- Created: 2018-10-09T18:10:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T19:48:05.000Z (over 7 years ago)
- Last Synced: 2025-01-31T16:15:00.022Z (12 months ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi there!
I created this repository to show how **Xcode File Template** can be used.
As a good example, I selected **VIPER module**. It contains a number of files and classes that should be created and configured.
Please check out the template and generated example to understand how it works.
To add a template to Xcode just follow these steps:
1. Place `Swift VIPER Module.xctemplate` folder to `~/Library/Developer/Xcode/Templates/`. (create a folder if it does not exist).
2. Open any Xcode project, press `Cmd + N` and scroll down to the bottom.
3. Select `Swift VIPER Module` and enter a name of the new module.
4. The new folder with files will be created. Please remove it as a reference and add to your project again.
### Author
[Maxim Eremenko](https://www.linkedin.com/in/maxim-eremenko/), devmeremenko@gmail.com
### Copyright
VIPER Generator is available under the CC BY 4.0 license. See the LICENSE file for more info.