Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 759 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 759 Bytes

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