To run tests continuously:
watchexec -c -p -e 'ex,exs,lock' -- mix test
To add a new day:
pbpaste | mix day.new day_XX_name
As I learn Elixir using Advent of Code, the following implementations have been super helpful:
To run tests continuously:
watchexec -c -p -e 'ex,exs,lock' -- mix test
To add a new day:
pbpaste | mix day.new day_XX_name
As I learn Elixir using Advent of Code, the following implementations have been super helpful: