Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 397 Bytes

File metadata and controls

29 lines (16 loc) · 397 Bytes

No Maintenance Intended

About

A simple template for Ruby projects.

Dependencies

  • Ruby 3.4.2
  • Bundler gem

How to get started

  • rvm install ruby 3.4.2 --install --create

  • gem install bundler

  • bundle

How to run the test suite

  • rspec

How to run the program

  • make

Run rubocop

  • rubocop