mix outerfaces.copy (outerfaces v0.2.1)

Copies files from the source_dir to the target_dir. First clears the target directory.

Summary

Functions

copy_files(source_dir, target_dir)

@spec copy_files(source_dir :: String.t(), target_dir :: String.t()) :: :ok

copy_files(source_dir, target_dir, base_dir)

run(args \\ [])

Callback implementation for Mix.Task.run/1.