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.
- Host: GitHub
- URL: https://github.com/pointfreeco/swift-playground-templates
- Owner: pointfreeco
- License: mit
- Created: 2017-07-13T23:06:53.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T18:31:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T11:46:09.110Z (4 months ago)
- Topics: swift-playgrounds, xcode-templates
- Language: Makefile
- Homepage:
- Size: 624 KB
- Stars: 82
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## Unit Test
Generates a playground with a unit test.
