A git project directory tool. Assumes you keep all your projects in a directory called $PROJECTS.
If true, running project <projname> does the following:
- Checks to see if
<your github username>/<projname>exists. - If yes, clones the project into
$PROJECTS/<projname> - If no, initializes a new project in
$PROJECTS/<projname> - Runs whatever is in
$HOME/.project/post-all