Sha256: fffe4794839dec7e3f9ccb78a79137d647d629ea29fd98748f096e388662e5d1
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# WARNING This repository will be moved in the future. It possibly will not be transferred via github transfer mechanisms, so the git URL may break. Don't use this yet unless you're prepared to deal with some breakage. # CookbookOmnifetch `CookbookOmnifetch` provides library code for fetching Chef cookbooks from an artifact server (usually http://supermarket.getchef.com), git/github, a local path, or a chef-server to a local cache for developement. ## Installation Add this line to your application's Gemfile: gem 'cookbook-omnifetch' And then execute: $ bundle Or install it yourself as: $ gem install cookbook-omnifetch ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## Thanks This code was initially extracted from Berkshelf. Thanks to the Berkshelf core teams and contributors.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cookbook-omnifetch-0.2.0 | README.md |
cookbook-omnifetch-0.1.0 | README.md |