@start/plugin-copy
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

👯 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/')
  )

Package Sidebar

Install

npm i @start/plugin-copy

Weekly Downloads

2

Version

2.0.1

License

MIT

Unpacked Size

3.8 kB

Total Files

5

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet