{"id":20333362,"url":"https://github.com/bepinex/bepinex.autoplugin","last_synced_at":"2025-06-28T01:04:27.765Z","repository":{"id":100822349,"uuid":"417106848","full_name":"BepInEx/BepInEx.AutoPlugin","owner":"BepInEx","description":"Source generator for quickly creating a BepInEx plugin scaffolding.","archived":false,"fork":false,"pushed_at":"2024-02-20T17:52:11.000Z","size":19,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T08:41:25.453Z","etag":null,"topics":["bepinex","source-generator"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BepInEx.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":"2021-10-14T11:40:42.000Z","updated_at":"2024-08-23T13:36:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"47fda6a2-05a3-4e56-af15-8990db134683","html_url":"https://github.com/BepInEx/BepInEx.AutoPlugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BepInEx/BepInEx.AutoPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BepInEx%2FBepInEx.AutoPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BepInEx%2FBepInEx.AutoPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BepInEx%2FBepInEx.AutoPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BepInEx%2FBepInEx.AutoPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BepInEx","download_url":"https://codeload.github.com/BepInEx/BepInEx.AutoPlugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BepInEx%2FBepInEx.AutoPlugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262357537,"owners_count":23298462,"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":["bepinex","source-generator"],"created_at":"2024-11-14T20:31:02.933Z","updated_at":"2025-06-28T01:04:27.079Z","avatar_url":"https://github.com/BepInEx.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BepInEx.AutoPlugin\n\n[![CI](https://github.com/BepInEx/BepInEx.AutoPlugin/workflows/CI/badge.svg)](https://github.com/BepInEx/BepInEx.AutoPlugin/actions)\n[![NuGet](https://img.shields.io/endpoint?color=blue\u0026logo=NuGet\u0026label=NuGet\u0026url=https://shields.kzu.io/v/BepInEx.AutoPlugin?feed=nuget.bepinex.dev/v3/index.json)](https://nuget.bepinex.dev/packages/BepInEx.AutoPlugin)\n\nSource generator that turns\n\n```cs\n[BepInAutoPlugin(\"com.example.ExamplePlugin\")]\npublic partial class ExamplePlugin : BaseUnityPlugin\n{\n}\n```\n\ninto\n\n```cs\n[BepInEx.BepInPlugin(ExamplePlugin.Id, \"ExamplePlugin\", \"0.1.0\")]\npublic class ExamplePlugin : BaseUnityPlugin\n{\n    public const string Id = \"com.example.ExamplePlugin\";\n    public static string Name =\u003e \"ExamplePlugin\";\n    public static string Version =\u003e \"0.1.0\";\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbepinex%2Fbepinex.autoplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbepinex%2Fbepinex.autoplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbepinex%2Fbepinex.autoplugin/lists"}