Installs the hub command line tool for extending git with github loveliness.
To clone the source repository and run the integration tests:
$ git clone git@github.com:drnic/chef-hub.git hub
$ cd hub
$ bundle
$ kitchen test
There is a helpful rake task to share new cookbook versions.
$ rake share[1.2.3]
$ rake 'share[1.2.3]' # zsh
This will update the metadata.rb
version, check the cookbook, upload the cookbook, tag the git repo. Much of this functionality comes from knife-community plugin.