dialup_new
Project generator for the Dialup framework.
Installation
Install globally as a Mix archive:
mix archive.install hex dialup_newUsage
mix dialup.new my_app
cd my_app
mix deps.get
mix run --no-haltThen visit http://localhost:4000
Options
mix dialup.new my_app --app my_custom_app
mix dialup.new my_app --module MyCustomModule