Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 473 Bytes

Advent Of Code TS Boilerplate

A simple TS boilerplate for Advent of Code. Initially ported from Tatu Pesonen but simplified to be TS only and branched from there.

Installation

npm i

Usage

  // Run specific solutions for a certain specific year/day
  npm run start <year> <day>
  
  // Run tests for a certain specific year/day
  npm run test <year> <day>