ramakser / ViperTyphoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViperTyphoon

##Generamba: get generamba

My version realization Generamba Template for project which using Viper + Typhoon

Overview

Build Status Gem Version

Generamba is a code generator made for working with Xcode. Primarily it is designed to generate VIPER modules but it is quite easy to customize it for generation of any other classes (both in Objective-C and Swift).

We keep evolving Generamba: changelog, release notes.

Usage

  1. Run generamba setup in the project root folder. This command helps to create Rambafile that define all configuration needed to generate code. You can modify this file directly in future.
  2. Add all templates planned to use in the project to the generated Rambafile. You can begin with one of the templates from our catalog: {name: 'rviper_controller'}.
  3. Run generamba template install. All the templates will be placed in the '/Templates' folder of your current project.
  4. Run generamba gen [MODULE_NAME] [TEMPLATE_NAME] - It creates module with specific name from specific template.

About


Languages

Language:Liquid 100.0%