actuarysailor/Local File Copy

A NodeJS GitHub action to search for files matching a regex pattern and copy them to another folder, with options to retain the directory structure or flatten it.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source-directorySource directory to copy files fromno./tests/source
destination-directoryTarget directory to copy files toyes./tests/destination
file-filterRegex pattern to use in filtering files to be copiedno[^\r\n\t\f]+
flatten-directoriesBoolean value to determine whether to retain directory tree or flatten to a single foldernofalse
namedescription
copied-filesList of files copied and their paths