# Cbaoth Ruby Gem to create a base ruby automation/whatever you want app from the command line. By simply typing cbaoth app_name. ## Installation Add this line to your application's Gemfile: gem 'cbaoth' And then execute: $ bundle Or install it yourself as: $ gem install cbaoth *** ## Usage From the directory that you want to create your ruby app. Simply type: $ cbaoth my_app Replace *my_app* with the name of your app. *** ## Contributing 1. Fork it 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