This is an example project using Uniform.
It currently is a facade that doesn't contain real functionality, but it serves to demonstrate the structure of a Uniform base project and demonstrate what the ejected repos will contain.
- Tweeter: https://github.com/ucbi/example_uniform_project_tweeter
- Twadmin: https://github.com/ucbi/example_uniform_project_twadmin
To eject these codebases yourself:
- Clone this git repo
mix deps.get
mix uniform.eject tweeter --confirm
mix uniform.eject twadmin --confirm