Skip to content

Instantly share code, notes, and snippets.

@broadwaylamb
Created April 19, 2018 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save broadwaylamb/958a753b1327d4e9ace8c2962abd01a8 to your computer and use it in GitHub Desktop.
Save broadwaylamb/958a753b1327d4e9ace8c2962abd01a8 to your computer and use it in GitHub Desktop.
{
"shell_cmd": "swift build",
"keyfiles": ["Package.swift"],
"selector": "source.swift",
"variants":
[
{
"name": "Run",
"shell_cmd": "swift run"
},
{
"name": "Test",
"shell_cmd": "swift test"
},
{
"name": "Clean",
"shell_cmd": "swift package clean"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment