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
Name | Type | Default |
---|---|---|
run | String |
Required |
cachePath | String? |
.archery/marathon |
- Valentin Knabel, @vknabel, dev@vknabel.com, @vknabel on Twitter