aocrunner
aocrunner copied to clipboard
Advent of Code runner
This PR adds a third option to the dev interface to allow a graceful exit instead of requiring the user to use `ctrl+c`. I'm a little mixed on this one...
This PR updates the logic for creating a new day from templates by replacing `{{AOC_DAY}}` in filenames and in the content of files with the AoC day number (padded to...
This PR address Issue [https://github.com/caderek/aocrunner/issues/18]( https://github.com/caderek/aocrunner/issues/18 ) Here's how it looks during setup :  If no is selected, there will be no changes, if yes is selected the following...
Hi, would you be open to adding jest as a test runner and being able to make a `.test.js` file and have multiple test suites. I find that the single...
Could we prevent `send solution` when `onlyTests` ? And/or send the solution with real input ?
My correct solution for 2022 day 25 was failing when submitting through aocrunner. I know it was correct because submitting it manually on the website worked. I suspect that the...
Same as issue #17 - Can't seems to make it work. I tried updating the version to `1.9.2` but it didn't work. Tried with node v16.18.1 and node v19.2.0 Working...
I thought it might make sense to auto-suggest the current day if nothing is entered when running the `start` command.
Today, when I launch the prompt I get:  Could we imagine having a more concise output? - [ ] removing all empty lines? - [ ] Not run part2...