A declarative framework allowing the creation of user interfaces for the terminal
https://term-kit-backend.aparoksha.dev/
.gitea | ||
Sources | ||
.gitignore | ||
.swiftlint.yml | ||
LICENSE.md | ||
Package.swift | ||
README.md |
TermKitBackend
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
- TermKit licensed under the MIT License
- Meta licensed under the MIT License