Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macklinu/advent-of-code-2020
Solutions to Advent of Code 2020 written in Ruby
https://github.com/macklinu/advent-of-code-2020
advent-of-code advent-of-code-2020
Last synced: about 2 months ago
JSON representation
Solutions to Advent of Code 2020 written in Ruby
- Host: GitHub
- URL: https://github.com/macklinu/advent-of-code-2020
- Owner: macklinu
- Created: 2020-11-30T16:22:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T15:59:27.000Z (about 4 years ago)
- Last Synced: 2023-03-29T18:21:35.635Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Ruby
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2020
> Solutions to [Advent of Code 2020](https://adventofcode.com/2020) written in [Ruby](https://www.ruby-lang.org)
## Getting Started
Ensure you have the following tools downloaded:
- Ruby 2.7.2
- [Bundler](https://bundler.io/)
- [Yarn](https://classic.yarnpkg.com/)Once downloaded, run the `bin/setup` script to install all dependencies and set up git precommit hooks.
## Commands
- `bin/setup` - Run this when first cloning the repo to set up all dependencies.
- `bin/day` - Run this to create the boilerplate for a new day (e.g. `bin/day create 2` on December 2nd).
- `bin/spec` - Run the [RSpec](http://rspec.info/) test suite.