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

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

Awesome Lists containing this project

README

          



Tymate

# πŸŽ„ Advent of code starter node

Template to bootstrap your own advent of code calendar, using Node & Babel.

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#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!