AppbombadoStartae
Versão inicial de APP para alunos Startaê
.....Requer o Bower instalado.......
Installation
Add this line to your application's Gemfile:
gem "appbombado_startae", "~> 0.1.16"
And then execute:
$ bundle
Or install it yourself as:
$ gem install appbombado_startae
Usage
rails new 'nome_do_app'
rvm use 2.0
brew install postgresql
bundle update
Gemfile -> gem "appbombado_startae", "~> 0.1.16"
bundle install
rails g appbombado 'nome_do_app'
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request