gsc - the github starred repos cloner
Today, I spent couple hours wrote a small nodejs application(script) for to clone github today's starred repos automaticlly.
Normally every monring I look at the github trending page to find some interesting repos. and star it. I'm was thinking should be write some android app to view and wrtie to json file on the sdcard, after few days, I found can get my starred repos from github api, that's why gsc born.
the gsc
clone all repos which you starred today on github to ~/Desktop/github/
, after run
gsc
from command line you will get all repos in ~/Desktop/github/
. Then, you can play with
the repos.
Note: do not put any personal file in ~/Desktop/github/
.
Happy geek!