Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caderek/aoc-starter-js
https://github.com/caderek/aoc-starter-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caderek/aoc-starter-js
- Owner: caderek
- License: isc
- Created: 2019-12-02T19:55:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T09:21:45.000Z (about 3 years ago)
- Last Synced: 2024-08-03T18:13:06.981Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-advent-of-code - caderek/aoc-starter-js
README
# Advent of Code 2019 starter for JS
**⚠ While the template from this repo still works, cosider using the improved version: https://github.com/caderek/aocrunner ⚠**
## Intro
This repo contains zero-setup environment for [Advent of Code](https://adventofcode.com/2019) challenges, with:
- automatic creation of a challenge template,
- automatic execution of a challenge code (with reloads),
- quick utils for testing and reading input from a file._Note: If you want to use TypeScript, check this repo: [AoC TS starter](https://github.com/caderek/aoc-starter-ts)_
## Installation
Clone the repo and go to the created folder:
```
git clone https://github.com/caderek/aoc-starter-js.git aoc2019
``````
cd aoc2019
```Using NPM:
```
npm i
```Using Yarn:
```
yarn
```## Running dev mode
```
npm start day
```or
```
yarn start day
```Example:
```
yarn start day1
```If the day folder does not exist, it will be created from template.
## Join my leaderboard
You can [join](https://adventofcode.com/2019/leaderboard/private) my private leaderboard fo JS/TS programmers:
Code:
```
107172-b51ab08f
```