{"id":30764518,"url":"https://github.com/dronestock/drone","last_synced_at":"2025-09-04T17:09:30.361Z","repository":{"id":42007216,"uuid":"449132325","full_name":"dronestock/drone","owner":"dronestock","description":"Drone插件基础框架，使用本库可以很方便的编写Drone插件。对以下功能进行了封装：1、配置加载；2、数据验证；3、默认值处理；4、插件动作封装；5、异步步骤；6、外部命令调用","archived":false,"fork":false,"pushed_at":"2025-08-18T23:06:54.000Z","size":344,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T01:08:27.128Z","etag":null,"topics":["cd","ci","drone","framework","library","plugin"],"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":"2022-01-18T03:52:41.000Z","updated_at":"2025-08-18T23:06:51.000Z","dependencies_parsed_at":"2023-12-18T15:55:46.194Z","dependency_job_id":"808b95f0-15aa-4d78-a822-e26d4f6022b4","html_url":"https://github.com/dronestock/drone","commit_stats":null,"previous_names":[],"tags_count":126,"template":false,"template_full_name":null,"purl":"pkg:github/dronestock/drone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fdrone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fdrone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fdrone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fdrone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dronestock","download_url":"https://codeload.github.com/dronestock/drone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronestock%2Fdrone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273641897,"owners_count":25142248,"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-09-04T02:00:08.968Z","response_time":61,"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":["cd","ci","drone","framework","library","plugin"],"created_at":"2025-09-04T17:09:20.727Z","updated_at":"2025-09-04T17:09:30.349Z","avatar_url":"https://github.com/dronestock.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone\n\n[![编译状态](https://github.ruijc.com:20443/api/badges/dronestock/drone/status.svg)](https://github.ruijc.com:20443/dronestock/drone)\n[![Golang质量](https://goreportcard.com/badge/github.com/dronestock/drone)](https://goreportcard.com/report/github.com/dronestock/drone)\n![版本](https://img.shields.io/github/go-mod/go-version/dronestock/drone)\n![仓库大小](https://img.shields.io/github/repo-size/dronestock/drone)\n![最后提交](https://img.shields.io/github/last-commit/dronestock/drone)\n![授权协议](https://img.shields.io/github/license/dronestock/drone)\n![语言个数](https://img.shields.io/github/languages/count/dronestock/drone)\n![最佳语言](https://img.shields.io/github/languages/top/dronestock/drone)\n![星星个数](https://img.shields.io/github/stars/dronestock/drone?style=social)\n\n`Drone`插件基础框架，提供如下功能\n\n- 基础配置\n    - 重试\n    - 背压\n    - 配置解析\n    - 命名\n- 接口抽象\n    - 步骤\n    - 配置\n    - 插件\n\n## 使用\n\n非常简单，只需要在`.drone.yml`里增加配置\n\n```yaml\n- name: 上传到腾讯云\n  image: ccr.ccs.tencentyun.com/dronestock/cos\n  settings:\n    secret_id: xxx\n    secret_key: xxx\n```\n\n更多使用教程，请参考[文档](https://www.dronestock.tech/plugin/custom/start)\n\n## 交流\n\n![微信群](https://www.dronestock.tech/communication/wxwork.jpg)\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## 插件列表\n\n- [Git](https://www.dronestock.tech/plugin/stock/git) 使用Git推送和拉取代码\n- [Maven](https://www.dronestock.tech/plugin/stock/maven) Maven编译、打包、测试以及发布到仓库\n- [Protobuf](https://www.dronestock.tech/plugin/stock/protobuf) Protobuf编译、静态检查以及高级功能\n- [Docker](https://www.dronestock.tech/plugin/stock/docker) Docker编译、打包以及发布到镜像仓库\n- [Node](https://www.dronestock.tech/plugin/stock/node) Node编译、打包以及发布到仓库\n- [Cos](https://www.dronestock.tech/plugin/stock/cos) 腾讯云对象存储基本配置、文件上传等\n- [Mcu](https://www.dronestock.tech/plugin/stock/mcu) 各种模块依赖文件修改\n- [Apisix](https://www.dronestock.tech/plugin/stock/apisix) Apisix网关插件\n- [File](https://www.dronestock.tech/plugin/stock/file) 文件插件\n\n## 感谢Jetbrains\n\n本项目通过`Jetbrains开源许可IDE`编写源代码，特此感谢\n\n[![Jetbrains图标](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://www.jetbrains.com/?from=dronestock/drone)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronestock%2Fdrone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdronestock%2Fdrone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronestock%2Fdrone/lists"}