mix francis.new (Francis v0.1.20)
View SourceGenerates a new Francis project. This task creates a new directory with the specified application name and a basic project structure.
Usage
mix francis.new <app_name> [--sup [<supervisor_module_name>]]
Examples
mix francis.new my_app
mix francis.new my_app --sup
mix francis.new my_app --sup MyApp