Skip to content

pointfreeco/swift-playground-templates

Repository files navigation

swift-playground-templates

A collection of helpful Xcode playground templates.

Install

Run make from the repository root.

Trait-Based View

Generates a trait-configurable, view-based playground.

Trait-Based View

Unit Test

Generates a playground with a unit test.

Unit Test