An open API service indexing awesome lists of open source software.

https://github.com/thefox/termkit

A Model-View-Controller Framework for Terminal applications.
https://github.com/thefox/termkit

command-line framework mit-license ruby ruby-gem ruby-library terminal

Last synced: 10 months ago
JSON representation

A Model-View-Controller Framework for Terminal applications.

Awesome Lists containing this project

README

          

# TermKit

A Model-View-Controller Framework for Terminal applications written in Ruby.

## Project Outlines

The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).

- The main purpose of this software is to provide a Ruby Model-View-Controller Framework for Terminal applications.
- This list is open. Feel free to request features.

## Installation

The preferred method of installation is via RubyGems.org:

```bash
gem install termkit
```

or via `Gemfile`:

```ruby
gem 'termkit', '~>0.0'
```

## Project Links

- [Homepage](https://termkit.fox21.at/)
- [TermKit Gem](https://rubygems.org/gems/termkit)