{"id":23893311,"url":"https://github.com/sumpygump/creep","last_synced_at":"2025-06-14T00:04:36.768Z","repository":{"id":31628851,"uuid":"35193978","full_name":"sumpygump/creep","owner":"sumpygump","description":"A minecraft package manager for mods","archived":false,"fork":false,"pushed_at":"2024-11-27T17:31:55.000Z","size":222,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T13:09:04.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sumpygump.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":"2015-05-07T02:18:25.000Z","updated_at":"2023-12-30T00:03:02.000Z","dependencies_parsed_at":"2025-04-14T10:30:32.835Z","dependency_job_id":null,"html_url":"https://github.com/sumpygump/creep","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sumpygump/creep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fcreep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fcreep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fcreep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fcreep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumpygump","download_url":"https://codeload.github.com/sumpygump/creep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fcreep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737917,"owners_count":22903872,"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":"2025-01-04T14:17:41.222Z","updated_at":"2025-06-14T00:04:36.736Z","avatar_url":"https://github.com/sumpygump.png","language":"Python","readme":"# Creep\n\nA Minecraft package manager for mods\n\n    █████████████████\n    █░░░░░░░░░░░░░░░█\n    █░░████░░░████░░█\n    █░░████░░░████░░█\n    █░░░░░░███░░░░░░█\n    █░░░░███████░░░░█\n    █░░░░███████░░░░█\n    █░░░░██░░░██░░░░█\n    █░░░░░░░░░░░░░░░█\n    █████████████████\n\n## Prerequisites\n\n### Minecraft\nOf course you need to download and install Minecraft and have valid Minecraft account\n\n### Install Forge \n - Download Minecraft Forge Installer from http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.7.10.html\n - Run the Forge installer\n - Inside Minecraft, create or edit a profile where \"Use Version:\" is set to\n   the forge version just installed\n\n### Install Python\n - For Windows: https://www.python.org/downloads/release/python-279/\n   - Download and run installer from above link\n   - Make sure to select option \"Add python.exe to Path\"\n   - Verify installation by opening a new command terminal and typing `python --version`\n\n## Installation of Creep\n\nThis section will provide some guidance on how to install *creep*\n\n### Installation for Linux/Mac\n - Clone this repo or download a release on the releases page\n - Symlink the `creep` file into your `$PATH`\n\n### Installation for Windows\n - Clone this repo or download a release on the releases page\n   - Take note of the path where you installed the `creep` files\n - Edit your environment variables to add the install directory to the `Path`\n   - From start menu, search for \"environment variables\" to find the item \"Edit the system environment variables\"\n   - From the window that opens, click the button \"Environment Variables...\"\n   - Find the Variable \"Path\" and click the \"Edit...\" button\n   - Change the value to add the full path where you installed the creep files (add it after the last ;)\n   - Click OK, OK, OK\n - Now from a command line you should be able to type `creep` and can use the creep commands\n\n## Usage\n\n - `creep list` - list all the known packages (mods) in the repository\n - `creep list installed` - lists all the current installed mods\n - `creep search \u003csearch-term\u003e` - display packages containing given search term\n - `creep install \u003cpackage\u003e` - install the package to your minecraft mods folder\n - `creep install -l \u003clistfile\u003e` - install a list of packages from file where\n   one package is listed per line in given file\n - `creep uninstall \u003cpackage\u003e` - remove the package from your minecraft mods folder\n - `creep purge` - remove all installed packages\n - `creep refresh` - Force refresh of internal package repository\n\n### Cache\n\nFor your information, package files are saved in a cache directory in `~/.creep/cache`\n\n## Future Plans\n\n - Have a registry (website) where people can define their mods\n - Support multiple versions of a single mod\n - Ability to make collections of mods by requiring other mods or packages\n\nExample `mod.json`. A definition file in json format of a package (mod)\n```\n{\n  \"name\": \"thefrogmc/better-furnaces\",\n  \"version\": \"4.3\",\n  \"description\": \"Adds some new furnaces to the game\",\n  \"keywords\": \"iron furnace, gold furnace, diamond furnace, hell furnace, extreme furnace\",\n  \"require\": {\n    \"minecraft\": \"1.7.10\",\n    \"forge\": \"*\"\n  },\n  \"filename\": \"[1.7.10]Better_Furnaces_V4.3.jar\",\n  \"author\": \"TheFrogMC\",\n  \"homepage\": \"http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1279439-better-furnaces-mod\"\n}   \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumpygump%2Fcreep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumpygump%2Fcreep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumpygump%2Fcreep/lists"}