Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 653 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 653 Bytes

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