Repository for Generamba Templates. There are templates for architectures below. I will add other architectures template in the future.
Making templates of ViewController, ViewController.storyboard, Router. It's compatible with Viper Architecture.
Making template of ViewController, ViewController.storyboard, ViewModel, Wireframe and their protocols.
Please check URL below if you would like to know how to use generamba in your project.
- In your project's Rambafile, add lines below.
- Execute command
generamba template insatall
.Then there will be MVVM template in Templates folder.
# add this lines
catalogs:
- 'https://github.com/HironobuIga/GenerambaTemplates'
templates:
- { name: mvvm }
# end
- Locate Templates file into your project directory.
- Add Lines below.
- Execute command
generamba template insatall
.Then there will be MVVM template in Templates folder.
# add this lines
templates:
- { name: mvvm, local: 'Absolute path to your templates' }
# end