/TermKitBackend

A declarative framework allowing the creation of user interfaces for the terminal

Primary LanguageSwiftMIT LicenseMIT

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