bootstrap-generators

https://github.com/decioferreira/bootstrap-generators

HTML

Bootstrap-generators provides Twitter Bootstrap generators for Rails

Bootstrap::Generators::InstallGenerator#copy_lib

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:decioferreira/bootstrap-generators.git

cd bootstrap-generators

open lib/generators/bootstrap/install/install_generator.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bootstrap--Generators--InstallGenerator-copy_lib-for-pr


# Commit to git

git add lib/generators/bootstrap/install/install_generator.rbgit commit -m "better docs for Bootstrap::Generators::InstallGenerator#copy_lib"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Bootstrap--Generators--InstallGenerator-copy_lib-for-pr

hub pull-request


# Celebrate!