Skip to content

tymate/advent-of-code-starter-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4da5e7e Β· Dec 1, 2022

History

16 Commits
Dec 1, 2022
Nov 28, 2022
Nov 28, 2022
Nov 30, 2021
Nov 30, 2021
Dec 1, 2022
Dec 1, 2021
Nov 28, 2022
Nov 30, 2021
Nov 28, 2022

Repository files navigation

πŸŽ„ Advent of code 2022

This is a starter for the advent of code, in TypeScript. Fork it/clone it, and get started!

Completion

Day Completion

How to

Animated gif demo

1. Install dependencies

yarn

2. Generate a day files

yarn generate
# or
yarn generate --day 01
# or
yarn generate --day 01 --extension typescript # javascript and typescript handled

3. Run a single day

yarn start --day 01
# or, to keep process open and listen to changes
yarn dev --day 01

4. Mark day as complete

yarn complete
# or
yarn complete --day 01 --stars 2