https://github.com/tymate/advent-of-code-starter-node
https://github.com/tymate/advent-of-code-starter-node
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tymate/advent-of-code-starter-node
- Owner: tymate
- License: apache-2.0
- Created: 2020-12-09T10:45:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T17:08:13.000Z (over 3 years ago)
- Last Synced: 2023-09-15T14:38:47.672Z (almost 3 years ago)
- Language: JavaScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# π Advent of code starter node
Template to bootstrap your own advent of code calendar, using Node & Babel.
[](#contributors-)
## π± Installing
```
yarn
```
## π Running
1οΈβ£ Generate day files
```
DAY=01 yarn scaffold
```
2οΈβ£ Put puzzle input in input.txt
3οΈβ£ Run generated day
```
DAY=01 yarn start
```
4οΈβ£ Enjoy! π
## π§ Unsure how it works?
Take a look at the [example](example) folder. Spoiler alert: it contains a solution to the first day of the 2020 AoC.
## πͺ Used onβ¦
- [Uptip/advent-of-code-2020](https://github.com/Uptip/advent-of-code-2020)
## β¨ Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Henri Michel
π» π

Sonia Si Moussi
π
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!