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
- Fork it.
- Create a branch (
git checkout -b my_bootstrap_generators
) - Commit your changes (
git commit -am "Added some magic"
) - Push to the branch (
git push origin my_bootstrap_generators
) - Create an ussue with a link to your branch