View Source MishkaInstaller.Installer.MixCreator (Mishka Installer v0.0.3)

Link to this section Summary

Link to this section Functions

@spec backup_mix(binary()) :: {:error, atom()} | {:ok, non_neg_integer()}
Link to this function

backup_mix(lock_path, atom)

View Source
@spec backup_mix(binary(), :lock) :: {:error, atom()} | {:ok, non_neg_integer()}
Link to this function

create_mix(list_of_deps, mix_path)

View Source
@spec create_mix([tuple()], binary()) :: :ok | {:error, atom()}
@spec restore_mix(binary()) :: {:error, atom()} | {:ok, non_neg_integer()}
Link to this function

restore_mix(lock_path, atom)

View Source
@spec restore_mix(binary(), :lock) :: {:error, atom()} | {:ok, non_neg_integer()}