Manage a Cookbook or an Application's Cookbook dependencies
Add Berkshelf to your repository's Gemfile
:
gem 'berkshelf'
Or run it as a standalone:
gem install berkshelf
See berkshelf.com for up-to-date usage instructions.
There is a berkshelf bash completion script. If you're using homebrew, you can install it like this:
brew install bash-completion # if you haven't already
Download the latest script
cd `brew --prefix`/etc/bash_completion && wget https://raw.github.com/RiotGames/berkshelf/master/berkshelf-complete.sh
And make sure you have this in your bash/zsh profile:
[ -f `brew --prefix`/etc/bash_completion ] && source `brew --prefix`/etc/bash_completion
- Jamie Winsor ([email protected])
- Josiah Kiehl ([email protected])
- Michael Ivey ([email protected])
- Justin Campbell ([email protected])
Thank you to all of our Contributors, testers, and users.
If you'd like to contribute, please see our contribution guidelines first.