Skip to content

caderek/aoc-starter-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

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<N>

or

yarn start day<N>

Example:

yarn start day1

If the day folder does not exist, it will be created from template.

Join my leaderboard

You can join my private leaderboard fo JS/TS programmers:

Code:

107172-b51ab08f

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published