Create a Github Repo from the Command Line
1–5 of 5 posts
Re: Create a Github Repo from the Command Line
#2cf. https://github.com/node-gh/gh#repo
gh repo --new fooRe: Create a Github Repo from the Command Line
#3Or just use hub with all its associated goodness.
Re: Create a Github Repo from the Command Line
#4Also try gh[1], a Go port of hub. It's faster (mostly due to the difference in speed between Go and Ruby), and it doesn't require Ruby be installed.
Re: Create a Github Repo from the Command Line
#5yea, why write a 40 ln shell script when you can install node, fork a repo, and then do the same thing and learn nothing