term-kit-backend/README.md

46 lines
1.7 KiB
Markdown
Raw Normal View History

2024-07-10 14:41:11 +02:00
<p align="center">
<h1 align="center">TermKitBackend</h1>
</p>
<p align="center">
2024-07-20 09:27:02 +02:00
<a href="https://david-swift.github.io/TermKitBackend/">
2024-07-10 14:41:11 +02:00
Documentation
</a>
·
<a href="https://github.com/david-swift/TermKitBackend">
GitHub
</a>
</p>
_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux, macOS and Windows thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit).
## Table of Contents
- [Overview](#overview)
- [Usage](#usage)
- [Thanks](#thanks)
## Overview
2024-07-20 09:27:02 +02:00
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).
2024-07-10 14:41:11 +02:00
It is powered by [a fork of TermKit for Swift](https://github.com/david-swift/TermKit).
2024-07-20 09:27:02 +02:00
Detailed information about the declarative approach can be found in the [Meta docs](https://aparokshaui.github.io/meta/). Find the available widgets [here](https://david-swift.github.io/TermKitBackend).
2024-07-10 14:41:11 +02:00
## Usage
2024-07-20 09:27:02 +02:00
Follow the tutorial in the [docs](https://david-swift.github.io/TermKitBackend).
2024-07-10 14:41:11 +02:00
## Thanks
### Dependencies
- [TermKit](https://github.com/david-swift/TermKit) licensed under the [MIT License](https://github.com/david-swift/TermKit/blob/main/LICENSE)
- [Meta](https://github.com/AparokshaUI/Meta) licensed under the [MIT License](https://github.com/AparokshaUI/Meta/blob/main/LICENSE.md)
### Other Thanks
- [DocC](https://github.com/apple/swift-docc) used for the documentation
- [SwiftLint](https://github.com/realm/SwiftLint) for checking whether code style conventions are violated
- The programming language [Swift](https://github.com/swiftlang/swift)