{"id":22701947,"url":"https://github.com/elegantchaos/actionbuilderplugin","last_synced_at":"2026-02-26T23:04:23.273Z","repository":{"id":41859945,"uuid":"510437805","full_name":"elegantchaos/ActionBuilderPlugin","owner":"elegantchaos","description":"Swift Package Manager plugin which runs ActionBuilder to create a Github Actions workflow for a swift package.","archived":false,"fork":false,"pushed_at":"2026-02-25T14:29:59.000Z","size":27,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T17:57:43.180Z","etag":null,"topics":["ci","githubactions","swift","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elegantchaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-04T16:53:43.000Z","updated_at":"2026-02-25T14:14:37.000Z","dependencies_parsed_at":"2025-04-13T07:56:56.483Z","dependency_job_id":"b59d35f2-d451-47b3-b51f-c6e4f36a475a","html_url":"https://github.com/elegantchaos/ActionBuilderPlugin","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/elegantchaos/ActionBuilderPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantchaos%2FActionBuilderPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantchaos%2FActionBuilderPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantchaos%2FActionBuilderPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantchaos%2FActionBuilderPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elegantchaos","download_url":"https://codeload.github.com/elegantchaos/ActionBuilderPlugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantchaos%2FActionBuilderPlugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ci","githubactions","swift","swift-package-manager"],"created_at":"2024-12-10T07:11:13.211Z","updated_at":"2026-02-26T23:04:23.266Z","avatar_url":"https://github.com/elegantchaos.png","language":"Swift","readme":"[comment]: \u003c\u003e (Header Generated by ActionStatus 2.0.6 - 494)\n\n[![Test results][tests shield]][actions] [![Latest release][release shield]][releases] [![swift 6.2 shield]][swift] ![Platforms: macOS][platforms shield]\n\n[release shield]: https://img.shields.io/github/v/release/elegantchaos/ActionBuilderPlugin\n[platforms shield]: https://img.shields.io/badge/platforms-macOS-lightgrey.svg?style=flat \"macOS\"\n[tests shield]: https://github.com/elegantchaos/ActionBuilderPlugin/workflows/Tests/badge.svg\n[swift 6.2 shield]: https://img.shields.io/badge/swift-6.2-F05138.svg \"Swift 6.2\"\n\n[swift]: https://swift.org\n[releases]: https://github.com/elegantchaos/ActionBuilderPlugin/releases\n[actions]: https://github.com/elegantchaos/ActionBuilderPlugin/actions\n\n[comment]: \u003c\u003e (End of ActionStatus Header)\n\n# ActionBuilderPlugin\n\nA Swift Package Manager command which builds a Github Actions workflow for the current package.\n\nBy default the workflow file will be generated at `.github/workflows/Tests.yml`, and be based on details obtained by examining the `Package.swift` file -- although this\ncan be configured.\n\nSee [ActionBuilderCore](https://github.com/elegantchaos/ActionBuilderCore) for full details on what the workflow contains and how to alter it.\n\n## Usage\n\nAdd this repo to your package dependencies:\n\n```Swift\n    dependencies: [\n        .package(url: \"https://github.com/elegantchaos/ActionBuilderPlugin.git\", from: \"2.0.2\"),\n        /* other dependencies here... */ \n    ],\n```\n\nInvoke the tool from the command line:\n\n`swift package plugin --allow-writing-to-package-directory generate-workflow`\n\n\n## Configuration\n\nBy default, the plugin attempts to guess exactly what the workflow should do, based on the contents of the `Package.swift` file.\n\nIf you want more control though, you can add a `.actionbuilder.json` file at the root of the package. This lets you specify a number of options when generating the workflow file.\n\nSee [ActionBuilderCore](https://github.com/elegantchaos/ActionBuilderCore#configuration) for full details. \n\nIf you pass the `--create-config` flag to the plugin itself, it will make a new empty config file for you.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantchaos%2Factionbuilderplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felegantchaos%2Factionbuilderplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantchaos%2Factionbuilderplugin/lists"}