Lettuce.Config (lettuce v0.3.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 next project files modified time review.

Enables the output that lettuce produces for debugging purposes.. 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"]
@spec refresh_time() :: String.t()

The time that lettuce will wait until next project files modified time review.

examples

Examples:

iex> Lettuce.Config.refresh_time()
1000
@spec silent?() :: String.t() | nil

Enables the output that lettuce produces for debugging purposes.. This is enabled by default.