Created
April 19, 2018 08:23
-
-
Save broadwaylamb/958a753b1327d4e9ace8c2962abd01a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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