Clone your org's git repos all in one fell swoop
npm i -g cagor
(cd into the directory where you want to clone the repos), then run:
cagor
Automagically clone all of, or a select group of, your organization's Github repos to your local machine. Useful for new hires or when devs have multiple development machines. Auth is via username/password at command line.
JavaScriptMIT