Dawn remote repository management server Dawn
gem install dawn-gitFirst run the server as the repo user (default: "git")
dawn-git-server --config-file my_config.yml# NOTE: this will load the dawn/git/api
# not the dawn/git/server
require "dawn/git"
# if you're lazy like me
include Dawn::Git::Api
Repos.all #=> list of all repos on the git server
Repos.create username: "IceDragon", reponame: "CookieCrusher"