Skip to content
/ boa Public
forked from team-supercharge/boa

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

License

Notifications You must be signed in to change notification settings

hunhavoc/boa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boa

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

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 and the author (these will be used in generated files). You can change these settings in .boa.yml

  2. Create your module with

boa module create Example

Changes

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

Languages

  • Swift 51.7%
  • Ruby 48.3%