Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/awjin/advent-of-code
- Owner: Awjin
- Created: 2021-12-06T01:42:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T02:11:04.000Z (about 1 year ago)
- Last Synced: 2024-10-13T09:04:47.416Z (3 months ago)
- Topics: advent-of-code, aoc, node, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```