lettuce v0.1.5 Lettuce.Config

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()

folders_to_watch() :: String.t() | nil

List of folders from current project whose freshness will be checked.

Examples:

iex> Lettuce.Config.folders_to_watch()
["lib"]
Link to this function

refresh_time()

refresh_time() :: String.t()

The time that lettuce will wait until project files reviews.

Examples:

iex> Lettuce.Config.refresh_time()
1000
Link to this function

silent?()

silent?() :: String.t() | nil

Enables the output that lettuce generates to be able to check that is working. This is enabled by default.