Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
3 months ago (0.1.18)
Package root>README.md
# Runner Scripts to init and run AOC problems in Deno. ## Use - `aocrunner init` - `cd {directory}` - `deno task day 1` ## Commands ### `init` Create a new package for a given year of AoC. Will init a project setup in the provided directory and install any dependencies. ### `day <day>` Test & run solution for a given day, initializing the day from a template if it does not exist. ### `submit <day>` Submit a solution for the given day. ## Future - Custom templates