{"id":18325217,"url":"https://github.com/konijima/cc-git-clone","last_synced_at":"2025-04-09T15:23:02.489Z","repository":{"id":114521424,"uuid":"492509247","full_name":"Konijima/cc-git-clone","owner":"Konijima","description":"ComputerCraft program to clone a github repo.","archived":false,"fork":false,"pushed_at":"2025-04-08T14:10:10.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T15:25:30.903Z","etag":null,"topics":["computercraft","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Konijima.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":"2022-05-15T14:23:19.000Z","updated_at":"2025-04-08T14:11:07.000Z","dependencies_parsed_at":"2025-04-08T15:23:55.384Z","dependency_job_id":"49bc3a6d-e2ea-4e26-8f42-d1b2d923ca6e","html_url":"https://github.com/Konijima/cc-git-clone","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/Konijima%2Fcc-git-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konijima%2Fcc-git-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konijima%2Fcc-git-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konijima%2Fcc-git-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Konijima","download_url":"https://codeload.github.com/Konijima/cc-git-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055932,"owners_count":21040284,"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":["computercraft","minecraft"],"created_at":"2024-11-05T18:37:10.334Z","updated_at":"2025-04-09T15:23:02.471Z","avatar_url":"https://github.com/Konijima.png","language":"Lua","readme":"# cc-git-clone\nComputerCraft program to clone a **github** repo.\n\n![](https://github.com/Konijima/cc-git-clone/blob/master/Screenshot_1.png?raw=true)\n\n## Install\n```lua\nwget https://raw.githubusercontent.com/Konijima/cc-git-clone/master/gitclone.lua\n```\n\n## Clone Repo\n```lua\n--- PARAMS:\n--- USER, Required, git username\n--- REPO, Required, git repo name\n--- BRANCH, Required, git repo branch to clone\n--- PATH, Optional, local path to save the repo inside, default to current working directory\ngitclone \u003cUSER\u003e \u003cREPO\u003e \u003cBRANCH\u003e \u003cPATH\u003e\n```\n\n## Exemples\nExemple 1 (install in current working directory):\n```lua\n-- Command\ngitclone Konijima some-repo master\n-- Result directory\n/some-repo/\n```\nExemple 2: (install in absolute directory)\n```lua\n-- Command\ngitclone Konijima some-repo master /programs\n-- Result directory\n/programs/some-repo/\n```\nExample 3: (One liner install)\n```lua\n-- Command\nwget run https://raw.githubusercontent.com/Konijima/cc-git-clone/master/gitclone.lua Konijima some-repo master /programs\n-- Result directory\n/programs/some-repo/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonijima%2Fcc-git-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonijima%2Fcc-git-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonijima%2Fcc-git-clone/lists"}