Created
November 21, 2018 10:25
-
-
Save leilee/a93f1c714be52cfed6ad63c11cbe0cb3 to your computer and use it in GitHub Desktop.
SPM Helper
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
init: | |
swift package init | |
init_exe: | |
swift package init --type executable | |
gen_xcode: | |
swift package generate-xcodeproj | |
build: | |
swift build | |
run: | |
swift run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment