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
Create an Xcode project
Initialize basic VIPER structure with
boa init
Input your project name and the author (these will be used in generated files). You can change these settings in
.boa.ymlCreate your module with
boa module create Example