Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 πŸ‘ 

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)