mob_new
Project generator for the Mob mobile framework.
Usage
Install the archive:
mix archive.install hex mob_newGenerate a new project:
mix mob.new my_app
cd my_app
mix mob.installmix mob.install detects your local OTP and Elixir paths, writes mob.exs, and generates the app icon.
Documentation
See hexdocs.pm/mob for the full guide — screens, state management, live debugging, and deploying to Android and iOS.