lettuce v0.1.1 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.

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