QuenyaInstaller.Project (QuenyaInstaller v0.3.3) View Source

Quenya project definition

Link to this section Summary

Link to this section Types

Specs

t() :: %QuenyaInstaller.Project{
  app: String.t(),
  app_mod: String.t(),
  app_path: String.t(),
  base_path: term(),
  binding: list(),
  generators: list(),
  in_umbrella?: boolean(),
  opts: Keyword.t(),
  project_path: String.t(),
  root_app: String.t(),
  root_mod: String.t()
}

Link to this section Functions

Link to this function

join_path(project, location, path)

View Source