## Command Line Apps (CLI)
[Instructions](https://www.swift.org/getting-started/cli-swiftpm/) for using Swift Package Manager to create and initialise a project for a CLI.
If you want work with the package—including tests—in Xcode, generate an Xcode project:
```
`swift package generate-xcodeproj`
```