pointfree-html-translating
integrates coenttb/pointfree-html with coenttb/swift-translating.
I explain this approach to modular package ecosystems on my blog.
This package is currently in active development and is subject to frequent changes. Features and APIs may change without prior notice until a stable release is available.
You can add pointfree-html-translating
to an Xcode project by including it as a package dependency:
Repository URL: https://github.com/coenttb/pointfree-html-translating
For a Swift Package Manager project, add the dependency in your Package.swift file:
dependencies: [
.package(url: "https://github.com/coenttb/pointfree-html-translating", branch: "main")
]
If you’re working on your own Swift project, feel free to learn, fork, and contribute.
Got thoughts? Found something you love? Something you hate? Let me know! Your feedback helps make this project better for everyone. Open an issue or start a discussion—I’m all ears.
This project builds upon foundational work by Point-Free (Brandon Williams and Stephen Celis). This package's HTML rendering engine (pointfree-html
) is a fork of their swift-html
library, but updated to their current approach on pointfreeco
.
This project is licensed under the Apache License 2.0. See LICENSE for details.
Made with ❤️ by coenttb