Swiftpack.co - CypherPoet/SwiftUIStarterKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by CypherPoet.
CypherPoet/SwiftUIStarterKit 0.0.59
A collection of some personal utilities that I use for building SwiftUI applications.
⭐️ 5
🕓 2 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/CypherPoet/SwiftUIStarterKit.git", from: "0.0.59")

SwiftUI Starter Kit

Twitter: @cypher_poet

A collection of miscellaneous — super-basic — utilities that I use for building SwiftUI applications.

Installation

Xcode Projects

Select File -> Swift Packages -> Add Package Dependency and enter https://github.com/CypherPoet/SwiftUIStarterKit.

Swift Package Manager Projects

You can add this project as a package dependency in your Package.swift file:

let package = Package(
    //...
    dependencies: [
        .package(
            url: "https://github.com/CypherPoet/SwiftUIStarterKit",
            .exact("0.0.59")
        ),
    ],
    //...
)

From there, refer to the SwiftUIStarterKit "product" delivered by the CypherPoetSwiftUIStarterKit "package" inside of any of your project's target dependencies:

targets: [
    .target(
        name: "YourLibrary",
        dependencies: [
            .product(name: "SwiftUIStarterKit", package: "CypherPoetSwiftUIStarterKit"),
        ],
        ...
    ),
    ...
]

Then simply import SwiftUIStarterKit wherever you’d like to use it.

⚠️ Disclaimer

Currently, this project is mainly for personal use, and, as the commit history shows, is subject to fast and loose changes.

Nonetheless, several people have asked me to open-source it so they can use it as inspiration or as a starting point for their own utilities. That would be my recommended approach — though if you really want to be edgy and attempt direct usage, please at least pin it to an exact release tag, as shown in the installation instructions above.

💻 Developing

Requirements

  • Xcode 13.0+ (Recommended)

📜 Creating & Building Documentation

Documentation is built with Xcode's DocC. See Apple's guidance on how to build, run, and create DocC content.

For now, the best way to view the docs is to open the project in Xcode and run the Build Documentation command. At some point in the future, I'm hoping to leverage the tooling the develops for generating/hosting DocC documentation. (Please feel free to let me know if you have any ideas or tooling recommendations around this 🙂).

🏷 License

SwiftUIStarterKit is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 5
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics