Skip to content

NewCeptionDev/AdventOfCodeTemplate-for-TS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Typescript Template

Intro

This Repository is a Typescript Template based on a Template from caderek found here.
It provides zero-setup environment for 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.

Installation

Clone the repo and go to the created folder:

git clone https://github.com/NewCeptionDev/AdventOfCodeTemplate-for-TS.git
cd AdventOfCodeTemplate-for-TS

Install dependencies:

npm i

Start

npm start day<N>

Languages used:

  • TypeScript
  • JavaScript


Repositories for other years of Advent of Code

I have participated in multiple years of Advent of Code, using multiple languages.
You can find all of my solution repositories here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • JavaScript 15.2%