PracticeCraft / spirit

A series of exercises for Elixir newcomers to practice with language basics and local development.
49 stars 3 forks source link

Add initial working Mix task to generate files for each exercise #4

Closed nikfp closed 1 month ago

nikfp commented 1 month ago

This closes #3 and will get the initial generator working. It's not pretty and we can focus on cleanups and adding local file system support as we go, but it's functional Also has a flag to change the URL for the exercises, so contributors can fork the exercises repo and work on exercises from their fork, then open PR's on the main exercises repo.

Please review and suggest anything that we can change now before initial merge.