Your umbrella project was created successfully. Inside your project, you will find an apps/ directory where you can create and host many apps:
cd some_umbrella cd apps mix new my_app
Commands like "mix compile" and "mix test" when executed in the umbrella project root will automatically run for each application in the apps/ directory.