View Source Igniter.Project.IgniterConfig (igniter v0.2.4)
Tools for reading and modifying the .igniter.exs
file.
The command mix igniter.setup
will generate this file, as well
as keep it up to date with any new configurations. You can run this
command at any time to update the file without overriding your own config.
If the file does not exist, all values are considered to have their default value.
Options
:leaf_module_location
- -:outside_folder
, modules will be placed in a folder exactly matching their path.:inside_folder
, modules who's name matches an existing folder will be placed inside that folder, or moved there if the folder is created. The default value is:outside_folder
.