Velcro
Manage your dependencies with homebrew like you manage your gems with bundler.
Getting Started
-
Install the gem
gem install velcro
-
Open up a project and install dependencies
velcro install
If this is the first time you are installing the project a
BrewfileandBrewfile.lockwill be generated. -
Update a dependency to the most recent version
velcro update redis
This will update the version in the
Brewfile.lock.
Give Back
-
Fork it:
-
Create your feature branch:
git checkout -b fixes_horrible_spelling_errors
-
Commit your changes:
git commit -am 'Really? You spelled application as "applickachon"?' -
Push the branch:
git push origin fixes_horrible_spelling_errors
-
Create a pull request: