Learn more about cloning repositories
You have read-only access
Add --init mode as proposed in SR-353 which initializes a Swift project with the following structure: ├── .gitignore ├── Package.swift ├── Sources │ └── main.swift └── Tests