/mkhub.sh

Simple bash script to create GitHub repos from the command line

Primary LanguageShell

mkhub.sh

Installing

sudo sh install.sh

Using

cd path/for/project
mkhub

This shell script makes creating new GitHub repositories easy. Just run it from inside a project folder (may be or not a git repo, it will try to initialize it), and it will add edited content, create a Github repository and push into it.