Project

velcro

0.0
No commit activity in last 3 years
No release in over 3 years
Manage your dependencies with homebrew like you manage your gems with bundler
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 2.11.0

Runtime

~> 0.16.0
 Project Readme

Velcro

Build Status

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

Getting Started

  1. Install the gem

    gem install velcro
  2. 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.

  3. 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

  2. Create your feature branch:

    git checkout -b fixes_horrible_spelling_errors
  3. Commit your changes:

    git commit -am 'Really? You spelled application as "applickachon"?'
  4. Push the branch:

    git push origin fixes_horrible_spelling_errors
  5. Create a pull request:

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