dialup_new

Project generator for the Dialup framework.

Installation

Install globally as a Mix archive:

mix archive.install hex dialup_new

Usage

mix dialup.new my_app
cd my_app
mix deps.get
mix run --no-halt

Then visit http://localhost:4000

Options

mix dialup.new my_app --app my_custom_app
mix dialup.new my_app --module MyCustomModule

Links