View Source Mix.Flowy (Flowy v0.1.4)
Mix tasks for Flowy.
Summary
Functions
Returns the module base name based on the configuration value.
Returns the OTP context app.
Returns the context app path prefix to be used in generated context files.
Returns the context module base name based on the configuration value.
Returns the context lib path to be used in generated context files.
Copies files from source dir to target dir according to the given map.
The paths to look for template files for generators.
Path to the context's lib directory.
Returns the OTP app from the Mix project configuration.
Prompts to continue if any files exist.
Path to the context's test directory.
Returns the web prefix to be used in generated file specs.
Returns the test prefix to be used in generated file specs.
Functions
Returns the module base name based on the configuration value.
config :my_app
namespace: My.App
Returns the OTP context app.
Returns the context app path prefix to be used in generated context files.
Returns the context module base name based on the configuration value.
config :my_app
namespace: My.App
Returns the context lib path to be used in generated context files.
Copies files from source dir to target dir according to the given map.
Files are evaluated against EEx according to the given binding.
The paths to look for template files for generators.
Defaults to checking the current app's priv
directory,
and falls back to Flowy's priv
directory.
Path to the context's lib directory.
Returns the OTP app from the Mix project configuration.
Prompts to continue if any files exist.
Path to the context's test directory.
Returns the web prefix to be used in generated file specs.
Returns the test prefix to be used in generated file specs.