CleanMixer.CompilerManifests.App (clean_mixer v0.11.4) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %CleanMixer.CompilerManifests.App{
  build_path: Path.t(),
  manifest_path: Path.t(),
  name: :atom,
  path: Path.t()
}

Link to this section Functions

Specs

current() :: t()

Specs

current_deps() :: [t()]
Link to this function

umbrella_project_apps(deps)

View Source

Specs

umbrella_project_apps([CleanMixer.CompilerManifests.MixProject.mix_dep()]) :: [
  t()
]