0.3.4 • Published 4 years ago

haste-task-copy v0.3.4

Weekly downloads
931
License
MIT
Repository
-
Last release
4 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

4 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.8

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.22

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.0.2

8 years ago