ScaffoldCa.Utils.Injector (scaffold_ca v0.1.0)

Link to this section Summary

Link to this section Functions

Link to this function

inject_dependency(file_path, dependency)

@spec inject_dependency(String.t(), String.t()) ::
  :ok | :already_injected | {:error, :unable_to_inject}
Link to this function

inject_dependency(file_content, file_path, dependency)

@spec inject_dependency(String.t(), String.t(), String.t()) ::
  :ok | :already_injected | {:error, :unable_to_inject}