Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamnichols/swift-playground-tools
A command line tool for managing Swift Playground projects on your Mac.
https://github.com/liamnichols/swift-playground-tools
Last synced: about 1 month ago
JSON representation
A command line tool for managing Swift Playground projects on your Mac.
- Host: GitHub
- URL: https://github.com/liamnichols/swift-playground-tools
- Owner: liamnichols
- Created: 2021-12-31T01:56:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T02:22:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T00:39:06.776Z (about 1 month ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-playground-tools
A command line tool for managing Swift Playground projects on your Mac.
## Generate Xcode Project
```
$ playground-tools generate-xcodeproj ./MyApp.swiftpm ./MyProject
```Generates an **.xcodeproj** file of the Swift Playground App "MyApp.swiftpm" thanks to [XcodeGen](https://github.com/yonaskolb/XcodeGen).