InputReader

Gem Version Build Status Coverage Status

Reads and parses input and helps build input menus, etc.

Installation

Add this line to your application's Gemfile:

gem 'input_reader'

And then execute:

$ bundle

Or install it yourself as:

$ gem install input_reader

Usage

TODO: Write usage instructions here

Release

To publish a new version of this gem the following steps must be taken.

  • Update the version in the following files CHANGELOG.md lib/input_reader/version.rb
  • Create a tag using the format v0.1.0
  • Follow build progress in GitHub actions

Contributing

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