A template for building Elixir libraries (projects without any state, just functions).
This project is an extremely paired down version of `mix new «project_name»` based on Dave Thomas' view of simplifying our Elixir code. Let's see how this plays out.