1.0.4 • Published 2 years ago

advent-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Advent of Code CLI

Node.js executable package for downloading Advent of Code available challenge descriptions and input data.

Usage

npx advent-cli --session <SESSION_COOKIE> .

Options

  • <TARGET_DIR> (defaults to CWD)

    Which dir to use for content downloads.

  • --year (defaults to current year)

    Set which year to target for download

  • --session <SESSION>

    Set session cookie. Required for input data download as everyone receives unique inputs.

    AOC_SESSION environment variable is also checked as fallback.

    Note: you can also use .env file in target dir or CWD to define environment variables.

  • --no-session

    Use this to load descriptions only without data inputs.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago