Skip to content

jmkellenberger/aoc_livebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Livebook Generator

A simple script to generate and launch Livebooks for Advent of Code puzzles.

Requirements

  • Your Advent of Code session token set as a Livebook secret: AOC_TOKEN.

  • Make sure Livebook is installed with mix escript.install hex livebook.

Getting Started

  1. Clone the repository and cd aoc_livebook

  2. Run bin/gen day year to generate and launch a Livebook for a specific Advent of Code puzzle.

    Example:

    bin/gen 1 2016
    
    bin/gen 1 # Day 1 of the Current Year
    
    bin/gen # Today's puzzle, if any.
    

The generated Livebooks are located at aoc_livebook/$year/aoc_$day.livemd.

About

Livebook boilerplate generator for Advent of Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published