Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.05 KB

tuikit

An MVC framework for terminal applications in golang.

Build Status

Credit where credit is due

Tuikit uses code, ideas and inspiration from the following projects:

Thanks to the original authors for making their code available. Without their contributions to open source, tuikit would not have turned out the way it has.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request