cruxoft/aoc-helper

Basic helper library for Advent of Code

Maintainers

Package info

github.com/irwtdvoys/aoc-helper

pkg:composer/cruxoft/aoc-helper

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2022-02-07 15:37 UTC

This package is auto-updated.

Last update: 2026-03-08 23:23:15 UTC


README

Helper

Tools

Init

Initialises the project files for the specified day, updates config and creates a class stub.

./bin/aoc tools:init --day=1

Fetch

Fetches input data for a specified day.

./bin/aoc tools:fetch --day=1

Utilities