haste-task-copy

v0.3.4
Haste task for copying files.

haste-task-copy

Haste task for copying files.

await run(
  read({ pattern: '**.*' })
  copy({ target: 'static' })
)

options

target

Type: String

A relative/absolute path which the files will be copied relatively to.

cwd

Type: String

An absolute path which the target will be relative to, defaults to process.cwd().

npm i haste-task-copy

Metadata

  • MIT
  • >=8
  • Ran Yitzhaki
  • released 7/25/2021

Downloads