{"id":21606011,"url":"https://github.com/onelitefeathernet/glue","last_synced_at":"2025-08-08T20:05:05.338Z","repository":{"id":176510267,"uuid":"658257166","full_name":"OneLiteFeatherNET/Glue","owner":"OneLiteFeatherNET","description":"A git patcher inspired by soft spoon of paper","archived":false,"fork":false,"pushed_at":"2025-04-01T11:39:06.000Z","size":345,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T04:04:26.659Z","etag":null,"topics":["bukkit","forge","git","gitpatcher","minestom","paper","patch","patch-management"],"latest_commit_sha":null,"homepage":"https://discord.onelitefeather.net","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneLiteFeatherNET.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["OneLiteFeatherNET"]}},"created_at":"2023-06-25T08:31:42.000Z","updated_at":"2025-04-01T11:38:46.000Z","dependencies_parsed_at":"2023-10-04T14:57:50.670Z","dependency_job_id":"22df305f-c936-4089-881d-eb7e9645d4a7","html_url":"https://github.com/OneLiteFeatherNET/Glue","commit_stats":{"total_commits":64,"total_committers":6,"mean_commits":"10.666666666666666","dds":0.609375,"last_synced_commit":"00a00373381617afedacacde261e12425694577e"},"previous_names":["onelitefeathernet/gitpatcher","onelitefeathernet/glue"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FGlue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FGlue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FGlue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FGlue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneLiteFeatherNET","download_url":"https://codeload.github.com/OneLiteFeatherNET/Glue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339286,"owners_count":21087215,"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":["bukkit","forge","git","gitpatcher","minestom","paper","patch","patch-management"],"created_at":"2024-11-24T20:18:34.072Z","updated_at":"2025-04-11T04:04:32.324Z","avatar_url":"https://github.com/OneLiteFeatherNET.png","language":"Kotlin","readme":"# Glue\nA code patcher that glues source code changes together with patches\n\n## How to use in your project:\n\nAdd this in your `build.gradle.kts`:\n```kt\nplugins {\n    id(\"dev.onelitefeather.glue\") version \"\u003ccurrent-version\u003e\"\n}\ngroup = \"me.yourgroupname.yourplugin\"\nversion = \"1.0.0-SNAPSHOT\"\n\nglue {\n    upstreams {\n        useStandardUpstream(\"YourProjectOrUpstreamName\") {\n            // This line sets the git clone url, for example: https://github.com/organisation/repository.git\n            url.set(github(\"organisation\", \"repository\"))\n\n            // Always use the long git commit hash to check out the wanted state\n            ref = \"\u003ccommit-sha1-hash\u003e\"\n\n            // This is where the user changes are\n            patchDir =  layout.projectDirectory.dir(\"patches\")\n\n            // This is the base repository to generate the patches (diffs are made in the background against the output dir)\n            upstreamDir = layout.projectDirectory.dir(\"upstream\")\n\n            // The repository with all included changes also called work directory\n            outputDir = layout.projectDirectory.dir(\"downstream\")\n        }\n    }\n}\n```\n\nInspired by [paperweight](https://github.com/PaperMC/paperweight/tree/softspoon-v2) \n","funding_links":["https://github.com/sponsors/OneLiteFeatherNET"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Fglue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelitefeathernet%2Fglue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Fglue/lists"}