A while ago I started to do MyApp.{Library}.… – unconventionally nested in lib/myapp/support though – as a setup for stuff being wrappers or extensions to external libraries like ecto query fragments, custom changeset functions and so on. Stuff I could properly move to an intermediate dependency if I’d want to take on the overhead of maintaining that. Haven’t felt the need much on the web side of phoenix yet. Once there’s some coupling to the current project it imo belong to the current project.
1 Like






















