Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awjin/advent-of-code

Solutions for Advent of Code, in TypeScript.
https://github.com/awjin/advent-of-code

advent-of-code aoc node typescript

Last synced: about 2 months ago
JSON representation

Solutions for Advent of Code, in TypeScript.

Awesome Lists containing this project

README

        

# ❄️ [Advent of Code](https://adventofcode.com) ❄️

- Scaffold a directory for solving a new day:

```sh
npm run scaffold -- $year $day
```

- Run against test input:

```sh
npm run test -- $year $day $part
```

- Run a solution:

```sh
npm run solve -- $year $day $part
```