Intro This write-up talks about aspects of project skeletons that eventually end up in all my Elixir projects. If you're interested in discussion around this and are feeling cut-and-paste'y then just read on. If you want a automation tool that actually generates this boilerplate, consider using cookiecutter, which can be used to make all kinds of files/directory structures from templates. My elixi

