{"id":18251817,"url":"https://github.com/hiroakis/cloner","last_synced_at":"2025-04-08T20:46:55.333Z","repository":{"id":145129521,"uuid":"51363686","full_name":"hiroakis/cloner","owner":"hiroakis","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-01T01:41:30.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T16:39:48.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiroakis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-09T11:48:48.000Z","updated_at":"2018-06-07T06:06:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd03f049-d76b-4d79-81aa-1b3d26ce2243","html_url":"https://github.com/hiroakis/cloner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fcloner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/cloner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927102,"owners_count":21019504,"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":[],"created_at":"2024-11-05T09:48:32.892Z","updated_at":"2025-04-08T20:46:55.312Z","avatar_url":"https://github.com/hiroakis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloner\n\ncloner is a simple tool to clone all of the github repositories in specified organization, inspired by https://gist.github.com/tagomoris/1394916845a1b8020e43\n\n## Use case\n\nWhen you join to new team/company which uses github, you can clone all of repositories easily.\n\n## Installation\n\nJust go get\n\n```\ngo get golang.org/x/oauth2\ngo get github.com/google/go-github/github\ngo get github.com/hiroakis/cloner\n```\n\nor build\n\n```\ngit clone git@github.com:hiroakis/cloner.git\ncd cloner\nmake\n```\n\n## Usage\n\n* basic usage\n\nAll of the repository will be cloned to the current directory. Note, the tool requires git command, so you have to install git to your machine.\n\n```\ncloner -token YOUR_GITHUB_API_TOKEN -org TARGET_ORGANIZATION_NAME\n```\n\n* options\n\n```\n-token  The github access token. The token should have \"repo\" scope. REQUIRED.\n-org    The organization name. REQUIRED.\n-type   The type of the repository. \"private\" or \"public\". OPTIONAL(default: private)\n-page   The page num. OPTIONAL(default: 1)\n-per    The number of results to include per page. OPTIONAL(default: 100)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fcloner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Fcloner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fcloner/lists"}