{"id":25031872,"url":"https://github.com/lgraubner/github-clone-all","last_synced_at":"2025-09-10T23:33:35.851Z","repository":{"id":26983513,"uuid":"112078310","full_name":"lgraubner/github-clone-all","owner":"lgraubner","description":"Clone all of your Github repositories, including private repositories.","archived":false,"fork":false,"pushed_at":"2022-04-13T00:56:22.000Z","size":168,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T01:42:38.080Z","etag":null,"topics":["backup","clone","git","github"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgraubner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-26T11:50:30.000Z","updated_at":"2023-08-29T06:40:06.000Z","dependencies_parsed_at":"2022-08-07T12:01:24.572Z","dependency_job_id":null,"html_url":"https://github.com/lgraubner/github-clone-all","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fgithub-clone-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fgithub-clone-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fgithub-clone-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fgithub-clone-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgraubner","download_url":"https://codeload.github.com/lgraubner/github-clone-all/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631677,"owners_count":21136562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","clone","git","github"],"created_at":"2025-02-05T22:45:30.927Z","updated_at":"2025-04-13T18:13:48.904Z","avatar_url":"https://github.com/lgraubner.png","language":"JavaScript","readme":"# github-clone-all\n\n[![npm](https://img.shields.io/npm/v/github-clone-all.svg)](https://www.npmjs.com/package/github-clone-all)\n\nClones all of your Github repositories, including private repositories. Currently limited to 100 repositories (max for one request), feel free to send a PR to support more.\n\n## Table of contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Options](#options)\n- [License](#license)\n\n## Install\n\nThis module is available on [npm](https://www.npmjs.com/).\n\n```BASH\n$ npm install -g github-clone-all\n```\n\nThis package requires `curl` to run on your system!\n\n## Usage\n\nAn access token and an username are required. All repositories will be cloned into the current working directory if not specified otherwise.\n\n```BASH\n$ github-clone-all --access-token YOUR_ACCESS_TOKEN --username USERNAME\n```\n\n## Options\n\n```BASH\nUsage: github-clone-all [options] [destination]\n\n\n  Options:\n\n    --help                    output usage information\n    --version                 output the version number\n    --access-token \u003ctoken\u003e    personal github access token (required)\n    --username \u003cuser\u003e         Github username (required)\n    --ignore-forks            ignore forked repositories\n    --ignore \u003crepos\u003e          comma seperated list of repositories to ignore\n    --max-concurrency \u003cnum\u003e   max concurrent clone processes (default: 5)\n    --overwrite               overwrite previously downloaded repositories\n```\n\n### access-token\n\nYour Github personal access token. Can be acquired in your [Github settings](https://github.com/settings/tokens). You need at least the `repo` scope to use it with this package.\n\n### username\n\nYour Github username.\n\n### ignore-forks\n\nIgnore all forks.\n\n### ignore\n\nComma seperated list of repositories to ignore.\n\n### max-concurrency\n\nBy default up to five repositories will be cloned concurrently. Can be adjusted it with this option.\n\n### overwrite\n\nOverwrite existing repository archives.\n\n## License\n\n[MIT](https://github.com/lgraubner/github-clone-all/blob/master/LICENSE) © [Lars Graubner](https://larsgraubner.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgraubner%2Fgithub-clone-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgraubner%2Fgithub-clone-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgraubner%2Fgithub-clone-all/lists"}