A declarative framework allowing the creation of user interfaces for the terminal https://term-kit-backend.aparoksha.dev/
Go to file
david-swift 524624b71e
All checks were successful
Deploy Docs / publish (push) Successful in 2m22s
SwiftLint / SwiftLint (push) Successful in 3s
Update to latest Meta changes
2024-10-14 16:12:58 +02:00
.gitea Migrate to Aparoksha Gitea instance 2024-10-14 11:25:51 +02:00
Sources Update to latest Meta changes 2024-10-14 16:12:58 +02:00
.gitignore Initial commit 2024-07-10 14:41:11 +02:00
.swiftlint.yml Migrate to Aparoksha Gitea instance 2024-10-14 11:25:51 +02:00
LICENSE.md Initial commit 2024-07-10 14:41:11 +02:00
Package.swift Migrate to Aparoksha Gitea instance 2024-10-14 11:25:51 +02:00
README.md Migrate to Aparoksha Gitea instance 2024-10-14 11:25:51 +02:00

TermKitBackend

Documentation · Code

TermKitBackend is a declarative framework allowing the creation of user interfaces for the terminal. It works on Linux and macOS thanks to the TermKit project.

Table of Contents

Overview

The declarative approach is based on the Meta package, browse the code here. It is powered by a fork of TermKit for Swift.

Detailed information about the declarative approach can be found in the Meta docs. Find the available widgets here.

Usage

Follow the tutorial in the docs.

Thanks

Dependencies

Other Thanks

  • DocC used for the documentation
  • SwiftLint for checking whether code style conventions are violated
  • The programming language Swift