jessetipton/swift-nice-things
A collection of nice-to-have utilities for writing Swift programs on Apple platforms.
Installation
Add the dependency to your Package.swift:
.package(url: "https://github.com/jessetipton/swift-nice-things.git", from: "0.1.0")Then add "NiceThings" to the dependencies of any target that needs it.
What's Included
- Swift macros for reducing boilerplate
- Extensions on standard library, concurrency, and SwiftUI types
Browse the documentation for the full list.
Recommended Viewing
Package Metadata
Repository: jessetipton/swift-nice-things
Default branch: main
README: README.md