rbhex-layouts
Contains pre-made templates to bootstrap new rbhex applications. Rbhex helps to easily build ncurses applications for text terminals.
Install
This gem is a part of the larger meta-gem for rbhex.
gem install rbhex
But if for some odd circumstance you only need these layouts:
gem install rbhex-layouts
Contributing
- Fork it ( https://github.com/ChrisArcand/rbhex-layouts/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request