haste-task-copy

v0.0.2

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().

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/28/2017

Downloads

Maintainers