0.3.4 • Published 3 years ago

haste-task-copy v0.3.4

Weekly downloads
931
License
MIT
Repository
-
Last release
3 years ago

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

0.3.4

3 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.8

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.22

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.0.2

7 years ago