Home

Awesome

bootstrap-generators

Rails generators for twitter/bootstrap goodness.

Installation

In your Gemfile:

gem 'bootstrap-generators', :git => 'https://github.com/patriciomacadden/bootstrap-generators'

And then run:

$ bundle

Generators

Install

$ rails generate bootstrap:install

This generator will copy all assets files and scaffold templates. Once copied, follow the instructions on how to setup bootstrap assets.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_bootstrap_generators)
  3. Commit your changes (git commit -am "Added some magic")
  4. Push to the branch (git push origin my_bootstrap_generators)
  5. Create an ussue with a link to your branch