Skip to content

Manage a Cookbook or an Application's Cookbook dependencies

License

Notifications You must be signed in to change notification settings

jasondunsmore/berkshelf

 
 

Repository files navigation

Berkshelf

Gem Version Build Status Dependency Status Code Climate

Manage a Cookbook or an Application's Cookbook dependencies

Installation

Add Berkshelf to your repository's Gemfile:

gem 'berkshelf'

Or run it as a standalone:

gem install berkshelf

Usage

See berkshelf.com for up-to-date usage instructions.

Bash Completion

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

Authors

Thank you to all of our Contributors, testers, and users.

If you'd like to contribute, please see our contribution guidelines first.

About

Manage a Cookbook or an Application's Cookbook dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.4%
  • Shell 0.6%