I created this to save set up time when working through challenges this is as bare bones as it gets feel free to modify
- import it into a new respository via the git ui
- on your local machine mkdir remote-repo-name
- cd into that dir
- git init
- git branch -M main
- git remote add origin [email protected]:your-git-handle/remote-repo-name.git
- git pull origin main
- default.rb file
- default_test.rb file
- rake config for testing and running the app
- gem file with, minitest, pry, rake, and rubocop
- Ruby version is 3.2.2