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

https://github.com/pointfreeco/swift-playground-templates

🏫 A collection of helpful Xcode playground templates.
https://github.com/pointfreeco/swift-playground-templates

swift-playgrounds xcode-templates

Last synced: 4 months ago
JSON representation

🏫 A collection of helpful Xcode playground templates.

Awesome Lists containing this project

README

        

# swift-playground-templates

A collection of helpful Xcode playground templates.

- [Trait-Based View](#trait-based-view)
- [Unit Test](#unit-test)

## Install

Run `make` from the repository root.

## Trait-Based View

Generates a trait-configurable, view-based playground.

![Trait-Based View](/Screen%20Shots/Trait-Based%20View.png)

## Unit Test

Generates a playground with a unit test.

![Unit Test](/Screen%20Shots/Unit%20Test.png)