mix outerfaces.copy (Outerfaces v0.2.2)

View Source

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

Summary

Functions

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

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 \\ [])

@spec run(args :: [String.t()]) :: :ok

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