Velcro

Build Status

Manage your dependencies with homebrew like you manage your gems with bundler.

Getting Started

  1. Install the gem
   gem install velcro
  1. Open up a project and install dependencies
   velcro install

If this is the first time you are installing the project a Brewfile and Brewfile.lock will be generated.

  1. Update a dependency to the most recent version
   velcro update redis

This will update the version in the Brewfile.lock.

Give Back

  1. Fork it:

https://help.github.com/articles/fork-a-repo

  1. Create your feature branch:
   git checkout -b fixes_horrible_spelling_errors
  1. Commit your changes:
   git commit -am 'Really? You spelled application as "applickachon"?'
  1. Push the branch:
   git push origin fixes_horrible_spelling_errors
  1. Create a pull request:

https://help.github.com/articles/using-pull-requests