1.0.0 • Published 6 years ago

@matthieulemoine/clone-org v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

clone-org

Clone all the repositories of a given organization.

Install

npm i -g @matthieulemoine/clone-org
# or
yarn global add @matthieulemoine/clone-org

Usage

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>.