Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariotacke/template-advent-of-code
Advent of Code TEMPLATE Repository
https://github.com/mariotacke/template-advent-of-code
advent-of-code advent-of-code-template aoc challenge javascript js node puzzle
Last synced: 3 months ago
JSON representation
Advent of Code TEMPLATE Repository
- Host: GitHub
- URL: https://github.com/mariotacke/template-advent-of-code
- Owner: mariotacke
- License: mit
- Created: 2020-11-26T03:15:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T23:32:40.000Z (about 3 years ago)
- Last Synced: 2024-08-03T18:13:20.886Z (6 months ago)
- Topics: advent-of-code, advent-of-code-template, aoc, challenge, javascript, js, node, puzzle
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-advent-of-code - mariotacke/template-advent-of-code
README
# Advent of Code - TEMPLATE
This is a [template repository](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template#about-repository-templates) to generate a Node.js file structure for [Advent of Code](http://adventofcode.com) submissions.
This repository features badges which will become active once your first build succeeds.
## Usage
Click ["Use this template"](https://github.com/mariotacke/template-advent-of-code/generate) 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
- http://adventofcode.com