Manage your github projects with your git cli
- atomate your projects
- manage your projects where you work
- use it as your personal todo list
Generate a token here : https://github.com/settings/tokens (You need to be loged in)
export GITHUB_TOKEN="asdfasdfasdfasdfasdfasdfasdfasdfasdf"
curl https://raw.githubusercontent.com/mms-gianni/git-project/master/cmd/git-project/git-project.mac.64bit -o /usr/local/bin/git-project
git project create -u
cd your-project
git project create
git project add
(note repository related projects will only be displayed when you are in the current workindir)
git project status
git project clean
git project close
git project list
git project help create
git project create shoppinglist -p -d "helps me to remember what to buy"