{"id":20668101,"url":"https://github.com/daelvn/ccrunx","last_synced_at":"2026-03-09T11:35:26.376Z","repository":{"id":94198980,"uuid":"160240837","full_name":"daelvn/ccrunx","owner":"daelvn","description":"Wrapper around CCEmuX for running projects","archived":false,"fork":false,"pushed_at":"2019-08-06T00:53:25.000Z","size":272,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T15:12:02.079Z","etag":null,"topics":["ccemux","computercraft","moonscript","runner","wrapper"],"latest_commit_sha":null,"homepage":"","language":"MoonScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daelvn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-03T19:12:13.000Z","updated_at":"2020-04-01T06:05:20.000Z","dependencies_parsed_at":"2023-04-26T15:16:31.789Z","dependency_job_id":null,"html_url":"https://github.com/daelvn/ccrunx","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/daelvn/ccrunx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelvn%2Fccrunx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelvn%2Fccrunx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelvn%2Fccrunx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelvn%2Fccrunx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daelvn","download_url":"https://codeload.github.com/daelvn/ccrunx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelvn%2Fccrunx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30292564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ccemux","computercraft","moonscript","runner","wrapper"],"created_at":"2024-11-16T19:47:36.897Z","updated_at":"2026-03-09T11:35:26.332Z","avatar_url":"https://github.com/daelvn.png","language":"MoonScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CCRunX\nBetter version of the [ccrun](https://github.com/daelvn/ccrun) wrapper. This is a wrapper around CCEmuX which will let you create environments and run your projects inside CCEmuX.\n\n## Installing\nThis should be as easy as cloning this repo (`git clone https://github.com/daelvn/ccrunx.git`), making the script an executable if it isn't already (`chmod +x ./ccrunx`) and running it. It's recommendable that you put this script in your path. If you need to install CCEmuX, you can easily download it from the AUR as ccemux-git (Arch). This requires you to install the dependences `lrunkit` and `ltext` manually.\n\nAdditionally, you can download the whole package using LuaRocks: `luarocks install ccrunx`, although you will still have to download CCEmuX.\n\n## Usage\nFirst, you should configure an environment for your project.\n```\n$ ccrunx configure project\n```\nWhere `project` will be the name of your folder. After this, all you have to do is run the project, which will copy the contents of `project/` into the computer ID. You can do it like this:\n```\n$ ccrunx run project [-i \u003cid\u003e|--id \u003cid\u003e]\n```\nThe ID defaults to 0. If you want to create a new ID, you can use:\n```\n$ ccrunx new project 255\n```\nOptionally, you can attach certain files to an environment, which will permanently store them in place.\n```\n$ ccrunx attach project rom-extra/\n```\nNow, every time that you run the project, the files from rom-extra/ will be always moved to `id:/`\n\n## Credits\nThanks to the guys at [CCEmux](https://github.com/CCEmuX/CCEmuX) for this amazing emulator!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaelvn%2Fccrunx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaelvn%2Fccrunx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaelvn%2Fccrunx/lists"}