Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).