@matthieulemoine/clone-org
v1.0.0
Published
Clone all the repositories of a given organization.
Readme
clone-org
Clone all the repositories of a given organization.
Install
npm i -g @matthieulemoine/clone-org
# or
yarn global add @matthieulemoine/clone-orgUsage
clone-org --token <githubPersonalAccessToken> --org <organizationName> --dir <targetDirectory>:warning: Will not clone a repository if a folder with the same name already exists in <targetDirectory>.
