mob_new

Project generator for the Mob mobile framework.

Usage

Install the archive:

mix archive.install hex mob_new

Generate a new project:

mix mob.new my_app
cd my_app
mix mob.install

mix 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.