git repo structure for multiple apps. cloud servers + deployed agent

Hey @trashhalo :wave: Welcome to the forum!

It sounds like your requirements are:

  • Multiple Elixir apps in a monorepo
  • Some shared code
  • Exclude unused code from releases (minimal size)

It so happens that we have been working on a library called Uniform to handle scenarios like this.

https://hexdocs.pm/uniform/Uniform.html

I’m curious if you think it’s a good fit. I’m here if you have any questions. Or on Elixir Slack @paulstatezny.

2 Likes