term-kit-backend/Sources/TermKitBackend/TermKitBackend.docc/TermKitBackend.md

9 lines
491 B
Markdown
Raw Normal View History

2024-07-10 14:41:11 +02:00
# ``TermKitBackend``
2024-07-20 09:27:02 +02:00
_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux and macOS thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit).
2024-07-10 14:41:11 +02:00
## Overview
The declarative approach is based on the [Meta package](https://aparokshaui.github.io/meta/) which can be found on [GitHub](https://github.com/AparokshaUI/Meta).
It is powered by [a fork of TermKit for Swift](https://github.com/david-swift/TermKit).