{"id":13524471,"url":"https://github.com/halo-dev/plugin-starter","last_synced_at":"2026-01-19T20:35:09.891Z","repository":{"id":38111594,"uuid":"501155847","full_name":"halo-dev/plugin-starter","owner":"halo-dev","description":"Halo 2.0 插件开发快速开始模板","archived":false,"fork":false,"pushed_at":"2025-06-27T03:33:19.000Z","size":6247,"stargazers_count":52,"open_issues_count":4,"forks_count":81,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-11-13T08:41:30.078Z","etag":null,"topics":["halo","halo-plugin","halo-plugin-starter"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halo-dev.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":"2022-06-08T08:04:30.000Z","updated_at":"2025-10-29T12:03:37.000Z","dependencies_parsed_at":"2023-12-27T03:33:08.742Z","dependency_job_id":"1296036d-d22c-433a-8bd2-00d3ac637d3b","html_url":"https://github.com/halo-dev/plugin-starter","commit_stats":{"total_commits":63,"total_committers":6,"mean_commits":10.5,"dds":0.5396825396825398,"last_synced_commit":"a2986389b13a1896fed2986ff817aedee17b52f0"},"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/halo-dev/plugin-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fplugin-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fplugin-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fplugin-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fplugin-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halo-dev","download_url":"https://codeload.github.com/halo-dev/plugin-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fplugin-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28583918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T19:46:29.903Z","status":"ssl_error","status_checked_at":"2026-01-19T19:45:54.560Z","response_time":67,"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":["halo","halo-plugin","halo-plugin-starter"],"created_at":"2024-08-01T06:01:10.407Z","updated_at":"2026-01-19T20:35:09.874Z","avatar_url":"https://github.com/halo-dev.png","language":"Vue","funding_links":[],"categories":["Halo 2.0"],"sub_categories":["插件"],"readme":"# plugin-starter\n\nHalo 2.0 插件开发快速开始模板。\n\n## 开发环境\n\n插件开发的详细文档请查阅：\u003chttps://docs.halo.run/developer-guide/plugin/introduction\u003e\n\n所需环境：\n\n1. Java 17\n2. Node 20\n3. pnpm 9\n4. Docker (可选)\n\n克隆项目：\n\n```bash\ngit clone git@github.com:halo-sigs/plugin-starter.git\n\n# 或者当你 fork 之后\n\ngit clone git@github.com:{your_github_id}/plugin-starter.git\n```\n\n```bash\ncd path/to/plugin-starter\n```\n\n### 运行方式 1（推荐）\n\n\u003e 此方式需要本地安装 Docker\n\n```bash\n# macOS / Linux\n./gradlew pnpmInstall\n\n# Windows\n./gradlew.bat pnpmInstall\n```\n\n```bash\n# macOS / Linux\n./gradlew haloServer\n\n# Windows\n./gradlew.bat haloServer\n```\n\n执行此命令后，会自动创建一个 Halo 的 Docker 容器并加载当前的插件，更多文档可查阅：\u003chttps://docs.halo.run/developer-guide/plugin/basics/devtools\u003e\n\n### 运行方式 2\n\n\u003e 此方式需要使用源码运行 Halo\n\n编译插件：\n\n```bash\n# macOS / Linux\n./gradlew build\n\n# Windows\n./gradlew.bat build\n```\n\n修改 Halo 配置文件：\n\n```yaml\nhalo:\n  plugin:\n    runtime-mode: development\n    fixedPluginPath:\n      - \"/path/to/plugin-starter\"\n```\n\n最后重启 Halo 项目即可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-dev%2Fplugin-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalo-dev%2Fplugin-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-dev%2Fplugin-starter/lists"}