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

2.0.0 • Public • Published

plugin-remove

Remove files or directories.

Install

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

Usage

Example

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

export const task = () =>
  sequence(
    find('build/'),
    remove,
  )

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.014latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.014
1.0.00
0.3.123
0.3.00
0.2.20
0.2.10
0.2.00
0.1.00
0.1.0-30
0.1.0-20
0.1.0-10
0.1.0-00

Package Sidebar

Install

npm i @start/plugin-remove

Weekly Downloads

37

Version

2.0.0

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet