If you're familiar with Rails, there's test/dummy
rails app inside Engine plugins that's used for testing and whatnot.
How would I go about including something like that my library? I need that phoenix app so I can work with a view that renders some data from Ecto models. I don't want that dummy app to be compiled with the rest of my library. I could technically make a separate repo, but I wonder is there's a better way.