Best Pack Maker made in Ruby

Version

 Ruby 2.7.5

Installation and Setup

 $ git clone git@github.com/akosipc:ruby-best-pack-maker
 $ cd ruby-best-pack-maker
 $ bundle install

How to run the application

 $ ruby bin/start.rb

Test suite, typechecking, and linter

 $ bundle exec rspec spec
 $ bundle exec srb tc
 $ bundle exec rubocop