TLDR
Enter a command. For example: gh alias, mysqldump, csvsql, pueue start.

swift

 
Create, run and build Swift projects. More information: https://swift.org.
 
  • Start a REPL (interactive shell):
     
    swift
     
  • Execute a program:
     
    swift {{file.swift}}
     
  • Start a new project with the package manager:
     
    swift package init
     
  • Generate an Xcode project file:
     
    swift package generate-xcodeproj
     
  • Update dependencies:
     
    swift package update
     
  • Compile project for release:
     
    swift build -c release

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.