Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.