A declarative framework allowing the creation of user interfaces for the terminal https://term-kit-backend.aparoksha.dev/
Go to file
2024-07-20 08:19:42 +02:00
.github Update documentation 2024-07-20 09:15:47 +02:00
Sources Fix links to docs not working 2024-07-20 08:19:42 +02:00
.gitignore Initial commit 2024-07-10 14:41:11 +02:00
.swiftlint.yml Initial commit 2024-07-10 14:41:11 +02:00
CONTRIBUTING.md Initial commit 2024-07-10 14:41:11 +02:00
LICENSE.md Initial commit 2024-07-10 14:41:11 +02:00
Package.swift Initial commit 2024-07-10 14:41:11 +02:00
README.md Fix links to docs not working 2024-07-20 08:19:42 +02:00

TermKitBackend

Documentation · GitHub

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.

Table of Contents

Overview

The declarative approach is based on the Meta package which can be found on GitHub. 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