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

2.0.0 • Public • Published

plugin-sequence

Run plugins in sequence.

Install

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

Usage

Signature

sequence(...plugins: StartPlugin[])

See @start/plugin for more details.

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-sequence

Weekly Downloads

197

Version

2.0.0

License

MIT

Unpacked Size

17.4 kB

Total Files

5

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet