Lettuce.Config (lettuce v0.2.0)
Access the configuration parameters defined at project level.
Link to this section Summary
Functions
List of folders from current project whose freshness will be checked.
The time that lettuce will wait until project files reviews.
Enables the output that lettuce generates to be able to check that is working. This is enabled by default.
Link to this section Functions
Link to this function
folders_to_watch()
@spec folders_to_watch() :: String.t() | nil
List of folders from current project whose freshness will be checked.
examples
Examples:
iex> Lettuce.Config.folders_to_watch()
["lib"]
Link to this function
refresh_time()
@spec refresh_time() :: String.t()
The time that lettuce will wait until project files reviews.
examples
Examples:
iex> Lettuce.Config.refresh_time()
1000
Link to this function
silent?()
@spec silent?() :: String.t() | nil
Enables the output that lettuce generates to be able to check that is working. This is enabled by default.