# Berkshelf Manage a Cookbook or an Application's Cookbook dependencies ## Installation $ gem install berkshelf ## Usage See [berkshelf.com](http://berkshelf.com) for up-to-date usage instructions. # Contributing ## Running tests ### Install prerequisites Install the latest version of [Bundler](http://gembundler.com) $ gem install bundler Clone the project $ git clone git://github.com/RiotGames/berkshelf.git and run: $ cd berkshelf $ bundle install Bundler will install all gems and their dependencies required for testing and developing. ### Running unit (RSpec) and acceptance (Cucumber) tests $ bundle exec guard start # Authors and Contributors * Josiah Kiehl () * Jamie Winsor () * Erik Hollensbe () * Michael Ivey ()