Skip to content

Boa is a simple Ruby gem to generate VIPER projects and modules

License

Notifications You must be signed in to change notification settings

team-supercharge/boa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boa

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

Requirements

  • Objective-C or Swift 3.x

Installation

Install gem with:

$ gem install boa

Usage

  1. Create an Xcode project

  2. Initialize basic VIPER structure with

boa init
  1. Input
  • your project name
  • preferred language
  • author

class prefix

(these will be used in generated files). You can change these settings in .boa.yml

  1. Create your module with
boa module create Example

You can use saved configuration by just pressing enters.

Changes

v0.3

  • Swift syntax added

v0.2

  • added class prefix option
  • added basic appledoc comments for interfaces and protocols
  • using new instead of alloc-init

v0.1

  • initial version

Contributing

Contributions are always welcome! :)

  1. Fork it ( https://github.com/jbslabs/boa/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Boa is a simple Ruby gem to generate VIPER projects and modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •