Project

termkit

0.0
No commit activity in last 3 years
No release in over 3 years
A Model-View-Controller Framework for Terminal applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.8
~> 0.10
~> 0.12

Runtime

~> 1.0
~> 2.3
 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.

  • 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:
https://rubygems.org/gems/termkit

gem install termkit

or via Gemfile:

gem 'termkit', '~>0.0'

Project Links