Skip to content

Advent of Code TEMPLATE Repository

License

Notifications You must be signed in to change notification settings

mariotacke/template-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
Nov 30, 2020
Nov 26, 2020
Dec 7, 2020
Nov 26, 2020
Nov 26, 2020
Nov 26, 2020
Nov 26, 2020
Nov 26, 2020
Nov 24, 2021
Nov 19, 2021
Nov 24, 2021

Repository files navigation

Advent of Code - TEMPLATE

This is a template repository to generate a Node.js file structure for Advent of Code submissions.

This repository features badges which will become active once your first build succeeds.

Usage

Click "Use this template" to generate a repository for your account. For example: yourname/advent-of-code-2020. Once created, clone the repository, and modify the .env.template file to match your preferences. Finally, run the bootstrap.sh file to replace your preferences in the template files. This script will also remove any unnecessary template files once its done.

sh bootstrap.sh

Visit