GitHubのレポジトリをコマンドラインから作る

http://viget.com/extend/create-a-github-repo-from-the-command-line
以下を/usr/local/bin/github-createに保存

curl -u "YOUR_USERNAME:YOUR_PERSONAL_TOKEN" https://api.github.com/user/repos -d '{"name":"'$1'"}'