Skip to content

Advent of Code TEMPLATE Repository

License

Notifications You must be signed in to change notification settings

mariotacke/template-advent-of-code

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