Boa

Boa is a simple gem to initialize VIPER projects and add modules to them.

Installation

Add this line to your application's Gemfile:

gem 'boa'

And then execute:

$ bundle

Or install it yourself as:

$ gem install boa

Usage

  1. Create an Xcode project

  2. Initialize basic VIPER structure with

    boa init

  3. Input your project name and the author (these will be used in generated files). You can change these settings in .boa.yml

  4. Create your module with

    boa module create Example