{"id":15683075,"url":"https://github.com/417-72ki/dangerswiftplugin","last_synced_at":"2025-03-30T10:27:19.607Z","repository":{"id":40694792,"uuid":"240201494","full_name":"417-72KI/DangerSwiftPlugin","owner":"417-72KI","description":"Plugin for Danger-Swift","archived":false,"fork":false,"pushed_at":"2022-10-15T13:22:24.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T12:22:58.631Z","etag":null,"topics":["danger-plugin","danger-swift","swift"],"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/417-72KI.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}},"created_at":"2020-02-13T07:27:49.000Z","updated_at":"2022-10-15T13:18:14.000Z","dependencies_parsed_at":"2023-01-19T23:03:40.536Z","dependency_job_id":null,"html_url":"https://github.com/417-72KI/DangerSwiftPlugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FDangerSwiftPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FDangerSwiftPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FDangerSwiftPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FDangerSwiftPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/417-72KI","download_url":"https://codeload.github.com/417-72KI/DangerSwiftPlugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246305256,"owners_count":20756057,"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":["danger-plugin","danger-swift","swift"],"created_at":"2024-10-03T17:01:57.771Z","updated_at":"2025-03-30T10:27:19.588Z","avatar_url":"https://github.com/417-72KI.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DangerSwiftPlugin\n\nMakes easier to call child DSLs (e.g. `git`, `github`)\n\n## Usage\n\n### Marathon(Recommended)\n- Dangerfile.swift\n  ```swift:Dangerfile.swift\n  import DangerSwiftPlugin // package: https://github.com/417-72KI/DangerSwiftPlugin.git\n  ```\n\n### Swift Package Manager\n\n- Package.swift\n  ```swift:Package.swift\n    products: [\n        ...\n        .library(name: \"DangerDeps[Product name (optional)]\", type: .dynamic, targets: [\"DangerDependencies\"]),\n        ...\n    ],\n    dependencies: [\n        ...\n        .package(url: \"https://github.com/danger/swift.git\", from: \"3.14.0\"),\n        .package(url: \"https://github.com/417-72KI/DangerSwiftPlugin.git\", from: \"0.3.0\")\n        ...\n    ],\n    targets: [\n        .target(\n          name: \"DangerDependencies\",\n          dependencies: [    \n            .product(name: \"Danger\", package: \"danger-swift\"),\n            \"DangerSwiftPlugin\"\n          ]\n        ),\n        ...\n    ]\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417-72ki%2Fdangerswiftplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F417-72ki%2Fdangerswiftplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417-72ki%2Fdangerswiftplugin/lists"}