Install Hub, a GitHub-focused git
wrapper.
include hub
You can use hiera to configure the following:
hub::protocol
: one of'https'
or'git'
Protocol forhub
to use by default when cloning from github likehub clone user/repo
. Defaults to'https'
hub::alias_hub_to_git
: boolean Whether or not to set a shell aliasgit=hub
hub::package_name
: the package name to use when installing hub. . Defaults to'boxen/brews/hub'
. Use'hub'
to install the latest version of hub from homebrew.
boxen
Write code. Run script/cibuild
to test it. Check the script
directory for other useful tools.