目录
目录README.md

RoutingKitExtensions

Description + docs coming soon

Installation

Xcode Projects

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

Swift Package Manager Projects

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

let package = Package(
    //...
    dependencies: [
        .package(
            name: "RoutingKitExtensions",
            url: "https://github.com/Apppsaurus/RoutingKitExtensions"
        ),
    ],
    //...
)

From there, refer to the RoutingKitExtensions “product” delivered by the RoutingKitExtensions “package” inside of any of your project’s target dependencies:

targets: [
    .target(
        name: "RoutingKitExtensions",
        dependencies: [
            .product(
                name: "RoutingKitExtensions",
                package: "RoutingKitExtensions"
            ),
        ],
        ...
    ),
    ...
]

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

Usage

🗺 Roadmap

  • World Domination

Contributing

Contributions to RoutingKitExtensions are most welcome. Check out some of the issue templates for more info.

💻 Developing

Requirements

  • Xcode 13.0+

📜 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

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

关于
59.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号