Reads and parses input and helps build input menus, etc.
Add this line to your application's Gemfile:
gem 'input_reader'
And then execute:
$ bundle
Or install it yourself as:
$ gem install input_reader
TODO: Write usage instructions here
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request