Skip to content

Instantly share code, notes, and snippets.

@leilee
Created November 21, 2018 10:25
Show Gist options
  • Save leilee/a93f1c714be52cfed6ad63c11cbe0cb3 to your computer and use it in GitHub Desktop.
Save leilee/a93f1c714be52cfed6ad63c11cbe0cb3 to your computer and use it in GitHub Desktop.
SPM Helper
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