Skip to content

Instantly share code, notes, and snippets.

@skreutzberger
Last active September 17, 2016 08:12
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 skreutzberger/1f5fba6a902bf1ed8a9c0aa8536e0b0c to your computer and use it in GitHub Desktop.
Save skreutzberger/1f5fba6a902bf1ed8a9c0aa8536e0b0c to your computer and use it in GitHub Desktop.
SPM article Gist
mkdir MyProject
cd MyProject
swift package init --type executable
# will create the following output
> Creating executable package: MyProject
> Creating Package.swift
> Creating .gitignore
> Creating Sources/
> Creating Sources/main.swift
> Creating Tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment