"Setup template for Current Year (2020)"

This commit is contained in:
Joshua Seigler 2020-12-02 23:53:45 -05:00
parent 170e72f666
commit eb884ec643
6 changed files with 72 additions and 58 deletions

View file

@ -1,14 +1,12 @@
# Advent of Code Template
# Advent of Code 2020
Advent of Code Template using Node JS for Current Year.
My solutions for Advent of Code 2020.
## Setup
If using the Advent of Code Template repo; click [**`Use this template`**](https://github.com/johnbeech/advent-of-code-nodejs-template/generate) and set a new repository name.
Clone this repo, then run `npm install` to install dependencies.
If this a brand new repository, run: `node setup` to configure it for Current Year and check in the changes.
## Running