{"id":30530102,"url":"https://github.com/dronestock/protobuf","last_synced_at":"2025-10-11T18:14:13.441Z","repository":{"id":42006729,"uuid":"425846064","full_name":"dronestock/protobuf","owner":"dronestock","description":"Drone持续集成Protobuf插件，功能有：1、支持绝大部分开发语言（包括：Go、Java、Swift、Python、Javascript等等）；2、使用简单，只需要简单的配置（可以做到零配置，默认生成Go代码）就能使用本插件；3、增加部分语言的扩展支持（比如Go语言增加了标签注入）","archived":false,"fork":false,"pushed_at":"2025-08-26T08:30:22.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T10:35:53.639Z","etag":null,"topics":["dart","flutter","golang","grpc","javascript","pb","protobuf","protocol-buffers","python","swift"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dronestock.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,"zenodo":null}},"created_at":"2021-11-08T13:21:25.000Z","updated_at":"2025-08-26T08:30:18.000Z","dependencies_parsed_at":"2024-06-28T19:57:40.503Z","dependency_job_id":"279dc4b8-2e98-4eaa-bedb-5a1927dc10ea","html_url":"https://github.com/dronestock/protobuf","commit_stats":{"total_commits":253,"total_committers":2,"mean_commits":126.5,"dds":0.2885375494071146,"last_synced_commit":"a28fb7cb3ed4b6c1b80e69dec357f8ace374a59b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dronestock/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dronestock","download_url":"https://codeload.github.com/dronestock/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fprotobuf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272214419,"owners_count":24893201,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","flutter","golang","grpc","javascript","pb","protobuf","protocol-buffers","python","swift"],"created_at":"2025-08-27T07:24:44.002Z","updated_at":"2025-10-11T18:14:08.409Z","avatar_url":"https://github.com/dronestock.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protobuf\n[![编译状态](https://github.ruijc.com:20443/api/badges/dronestock/protobuf/status.svg)](https://github.ruijc.com:20443/dronestock/protobuf)\n[![Golang质量](https://goreportcard.com/badge/github.com/dronestock/protobuf)](https://goreportcard.com/report/github.com/dronestock/protobuf)\n![版本](https://img.shields.io/github/go-mod/go-version/dronestock/protobuf)\n![仓库大小](https://img.shields.io/github/repo-size/dronestock/protobuf)\n![最后提交](https://img.shields.io/github/last-commit/dronestock/protobuf)\n![授权协议](https://img.shields.io/github/license/dronestock/protobuf)\n![语言个数](https://img.shields.io/github/languages/count/dronestock/protobuf)\n![最佳语言](https://img.shields.io/github/languages/top/dronestock/protobuf)\n![星星个数](https://img.shields.io/github/stars/dronestock/protobuf?style=social)\n\n`Drone`持续集成`Protobuf`插件，功能有\n\n- 支持绝大部分开发语言（包括：`Go`、`Java`、`Swift`、`Python`、`Javascript等等`）\n- 使用简单，只需要简单的配置（可以做到零配置，默认生成`Go`代码）就能使用本插件\n- 增加部分语言的扩展支持（比如`Go`语言增加了标签注入）\n\n## 支持语言\n\n- C\n- C#\n- C++\n- Dart / Flutter\n- Go / Gogo\n- Java / JavaNano (Android)\n- JavaScript\n- Objective-C\n- PHP\n- Python\n- Ruby\n- Rust\n- Swift\n- Typescript\n\n## 使用\n\n```yaml\nsteps:\n  - name: 编译\n    image: dronestock/protobuf\n    settings:\n      targets:\n        - lang: go\n          output: $${GO}\n          opt: module=github.com/storezhang/transfer\n        - lang: java\n          output: $${JAVA}\n```\n\n## 捐助\n\n![支持宝](https://github.com/storezhang/donate/raw/master/alipay-small.jpg)\n![微信](https://github.com/storezhang/donate/raw/master/weipay-small.jpg)\n\n## 感谢Jetbrains\n\n本项目通过`Jetbrains开源许可IDE`编写源代码，特此感谢\n[![Jetbrains图标](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png)](https://www.jetbrains.com/?from=dronestock/protobuf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronestock%2Fprotobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdronestock%2Fprotobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronestock%2Fprotobuf/lists"}