# RubyMotion Generators This project aims to provide boilerplate code templates for RubyMotion, similar to those which can be generated by Xcode. ## Installation Add this line to your application's Gemfile: gem 'rubymotion_generators' And then execute: $ bundle Or install it yourself as: $ gem install rubymotion_generators ## Usage rmgen v welcome #=> app/welcome_view.rb rmgen tvcell person #=> app/person_table_view_cell.rb rmgen vc person #=> app/person_view_controller.rb rmgen tvc people #=> app/people_table_view_controller.rb ## ToDo - AppDelegate (TabBar, etc.) - iPad option - Tests - Ability to specify file path ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request