Homebrew Bootstrap
A series of helper scripts and formulae to reduce duplication across script/bootstraps. Scripts:
brew bootstrap-rbenv-ruby: Installs Ruby and Bundler.brew report-issue: Creates and closes failure debugging issues on a project.brew bootstrap-nodenv-node: Installs Node and npm.brew setup-nginx-conf: Generates and installs a project nginx configuration using erb.brew upgrade-mysql: Upgrade MySQL from 5.6 to 5.7 and maintain a developmentmy.cnfconfiguration.ruby-definitions/:ruby-builddefinitions for GitHub Rubies (from boxen/puppet-ruby).
How do I install these scripts/formulae?
brew install github/bootstrap/<formula>
Or brew tap github/bootstrap and then brew install <formula>.
Status
In active development.
License
Homebrew Bootstrap is licensed under the MIT License. The full license text is available in LICENSE.txt.

