0

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

Edric
  • 24,639
  • 13
  • 81
  • 91
Somguy
  • 1

1 Answers1

2

You can try this command gh-repo-clone-all.

Documentation - > https://www.npmjs.com/package/gh-repo-clone-all

HSCM
  • 31
  • 1