Reputation: 1
I can individually clone using "gh repo clone reponame".
and list them using "gh repo list ORGNAME"
But how do I automatically clone all of them in the list
thanks
gh repo clone reponame
gh repo list ORGNAME
Upvotes: 0
Views: 1172
Reputation: 31
You can try this command gh-repo-clone-all
.
Documentation - > https://www.npmjs.com/package/gh-repo-clone-all
Upvotes: 2