API Reference lettuce v0.2.0

modules

Modules

Lettuce is a generic server process that checks the files within an elixir project that has lettuce as a dependency and then runs iex -S mix. It initialises the state of the generic server with the .ex files inside lib and their last modified time. By default lib is used but you may specify which folders you want to be watched.

Access the configuration parameters defined at project level.

This module defines the struct of options that are accepted by the Mix.Tasks.Compile.Elixir, for more information find the docs here.