Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

vknabel/MarathonArrow

Repository files navigation

🏹 Marathon Arrow

⚠️ DEPRECATED: The MarathonArrow is deprecated because Marathon is.

Run Swift scripts using Marathon. For more information about Archery itself head to vknabel/Archery.

{
    "name": "SupercoolProject",
    "version": "1.0.0",
    "scripts": {
        "release": {
            "arrow": "vknabel/MarathonArrow",
            "run": "Scripts/ReleaseMyProjectArrow.swift"
        }
    }
}

All parameters will be passed to your script.

$ archery release
# Will run ReleaseMyProjectArrow.swift using Marathon

Available Options

Name Type Default
run String Required
cachePath String? .archery/marathon

Contributors

License

Archery is available under the license.