Day 5 – Generating an HTML Dashboard With Vanilla Raku

by Coleman McFarland The goal of this post is to demonstrate some Raku features by accomplishing something useful in about 100 lines of Raku. We’re going to avoid using libraries, and instead use only what’s available to us in the core language. Our task requires wrapping the GitHub CLI and generating an HTML dashboard. We’llContinue reading “Day 5 – Generating an HTML Dashboard With Vanilla Raku”