Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tayloraswift/swift-dom
taylorβs (not so) famous HTML DSL π
https://github.com/tayloraswift/swift-dom
html server-side-swift svg swift swift-dsl xml
Last synced: 3 months ago
JSON representation
taylorβs (not so) famous HTML DSL π
- Host: GitHub
- URL: https://github.com/tayloraswift/swift-dom
- Owner: tayloraswift
- License: apache-2.0
- Created: 2022-01-26T23:10:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T22:39:33.000Z (3 months ago)
- Last Synced: 2024-10-26T15:40:28.487Z (3 months ago)
- Topics: html, server-side-swift, svg, swift, swift-dsl, xml
- Language: Swift
- Homepage: https://swiftinit.org/docs/swift-dom/html
- Size: 200 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***`dom`***
[![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml)
[![Documentation](https://github.com/tayloraswift/swift-dom/actions/workflows/Documentation.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Documentation.yml)The ***`swift-dom`*** library is a cross-platform, efficient, expressive DSL for generating HTML
(and related formats) with few intermediate allocations.[documentation](https://swiftinit.org/docs/swift-dom/html) Β·
[license](LICENSE) Β·
[getting started](https://swiftinit.org/docs/swift-dom/html/getting-started)## Requirements
The swift-dom library requires Swift 5.10 or later.
| Platform | Status |
| -------- | ------ |
| π§ Linux | [![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| π Darwin | [![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| π Darwin (iOS) | [![iOS](https://github.com/tayloraswift/swift-dom/actions/workflows/iOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/iOS.yml) |
| π Darwin (tvOS) | [![tvOS](https://github.com/tayloraswift/swift-dom/actions/workflows/tvOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/tvOS.yml) |
| π Darwin (visionOS) | [![visionOS](https://github.com/tayloraswift/swift-dom/actions/workflows/visionOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/visionOS.yml) |
| π Darwin (watchOS) | [![watchOS](https://github.com/tayloraswift/swift-dom/actions/workflows/watchOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/watchOS.yml) |[Check deployment minimums](https://swiftinit.org/docs/swift-dom#ss:platform-requirements)