2.0.1 • Published 4 years ago

@start/plugin-copy v2.0.1

Weekly downloads
99
License
MIT
Repository
github
Last release
4 years ago

👯 plugin-copy

Copy files to relative destination using streams and keeping folders structure.

Install

$ yarn add --dev @start/plugin-copy

Usage

Signature

copy(outDirRelative: string)

Example

import sequence from '@start/plugin-sequence'
import find from '@start/plugin-find'
import copy from '@start/plugin-copy'

export const task = () =>
  sequence(
    find('src/**/*.json'),
    copy('build/')
  )
2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-5

6 years ago

0.1.0-4

6 years ago

0.1.0-3

6 years ago

0.1.0-2

6 years ago

0.1.0-1

6 years ago

0.1.0-0

6 years ago