From there, refer to the RoutingKitExtensions “product” delivered by the RoutingKitExtensions “package” inside of any of your project’s target dependencies:
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.
RoutingKitExtensions
Description + docs coming soon
Installation
Xcode Projects
Select
File->Swift Packages->Add Package Dependencyand enterhttps://github.com/Apppsaurus/RoutingKitExtensions.Swift Package Manager Projects
You can add
RoutingKitExtensionsas a package dependency in yourPackage.swiftfile:From there, refer to the
RoutingKitExtensions“product” delivered by theRoutingKitExtensions“package” inside of any of your project’s target dependencies:Then simply
import RoutingKitExtensionswherever you’d like to use it.Usage
🗺 Roadmap
Contributing
Contributions to
RoutingKitExtensionsare most welcome. Check out some of the issue templates for more info.💻 Developing
Requirements
📜 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 Documentationcommand. 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
RoutingKitExtensionsis available under the MIT license. See the LICENSE file for more info.