Skip to content

DiaxManPl/AOCHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC Helper

This is a set of tools for Advent Of Code.

Usage

Installation

git clone https://github.com/DiaxManPl/AOCHelper.git
cd AOCHelper
npm install

Also make sure to set TOKEN and YEAR in the .env file

Usage

This tool consists of two commands: prep and dev Use prep for quick generation of boilerplate code

npm run prep <day>

It will generate template code and download input

When you want to test your code run

npm run dev <day> <part>

It will run your code with input and print output to the console. It also automatically restarts after file save

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published