An open API service indexing awesome lists of open source software.

https://github.com/devmeremenko/viper-generator


https://github.com/devmeremenko/viper-generator

Last synced: 10 months ago
JSON representation

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.