@njgingrich/aocrunner@0.1.18
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
76%
Published
3 months ago (0.1.18)
# 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