{"id":22944685,"url":"https://github.com/petros/drem","last_synced_at":"2026-02-02T12:48:30.563Z","repository":{"id":169822168,"uuid":"645886512","full_name":"petros/drem","owner":"petros","description":"DragonRuby Environment Manager","archived":false,"fork":false,"pushed_at":"2024-10-27T00:05:36.000Z","size":87,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T16:49:27.383Z","etag":null,"topics":["cli","developer-tools","dragonruby-gtk","gamedev","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/petros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-05-26T17:10:47.000Z","updated_at":"2025-02-28T08:53:22.000Z","dependencies_parsed_at":"2024-08-02T12:58:08.321Z","dependency_job_id":"54b3b0a9-a1ce-48e2-8b00-9e2cf1885612","html_url":"https://github.com/petros/drem","commit_stats":null,"previous_names":["petros/drem"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/petros/drem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petros%2Fdrem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petros%2Fdrem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petros%2Fdrem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petros%2Fdrem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petros","download_url":"https://codeload.github.com/petros/drem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petros%2Fdrem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"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":["cli","developer-tools","dragonruby-gtk","gamedev","rust"],"created_at":"2024-12-14T14:19:43.010Z","updated_at":"2026-02-02T12:48:30.533Z","avatar_url":"https://github.com/petros.png","language":"Rust","readme":"# `drem` (DragonRuby Environment Manager)\n\n![Rust action status](https://github.com/petros/drem/actions/workflows/rust.yml/badge.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n\nA command line utility written in Rust to help manage DragonRuby projects. This is related to the [DragonRuby Game Toolkit](https://dragonruby.org/toolkit/game) (DRGTK).\n\n## Usage\n\n### General help\n\n```\n$ drem --help\nUsage: drem [COMMAND]\n\nCommands:\n  new   Create a new game\n  help  Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n### Create a new game\n\nIt will create a local copy of DRGTK and initialize a new game under it in a way that will make it easy to push to GitHub or elsewhere.\n\n```\n$ drem new --help\nCreate a new game\n\nUsage: drem new --name \u003cname\u003e --drgtk \u003cdrgtk\u003e\n\nOptions:\n  -n, --name \u003cname\u003e    Name of the new game\n  -d, --drgtk \u003cdrgtk\u003e  Path to DRGTK zip to use\n  -h, --help           Print help\n```\n\n#### Example\n\n```\n$ drem new -n eggs -d ~/Downloads/dragonruby-game-toolkit-macos.zip\n```\n\nThis will do the following:\n- Check if the referenced DRGTK zip file is a legitimate DRGTK.\n- Unzip the DRGTK zip file to a folder called `dragonruby-eggs-drgtk` in the current directory.\n- Add a `.gitkeep` file under `dragonruby-eggs-drgtk/mygame/data`, `dragonruby-eggs-drgtk/mygame/fonts`, and `dragonruby-eggs-drgtk/mygame/sounds`. This ensures that these folders are tracked by Git as they are empty by default.\n- Add a `.gitignore` file under `dragonruby-eggs-drgtk/mygame` that ignores `.DS_Store` files.\n- Initializes a git repository under `dragonruby-eggs-drgtk/mygame`.\n\nAfter that, the developer can start working on their game and push `dragonruby-eggs-drgtk/mygame` to GitHub or elsewhere.\n\n## Assumptions\n\n- The developer has already downloaded a version of DRGTK somewhere on their system.\n- `drem` only works on macOS for now but should be easy to port to Windows and Linux.\n\n## Contributing\n\nContributions are welcome. Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetros%2Fdrem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetros%2Fdrem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetros%2Fdrem/lists"}