@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,
  )

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @start/plugin-remove

    Weekly Downloads

    50

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    2.94 kB

    Total Files

    5

    Last publish

    Collaborators

    • fosimus
    • psxcode
    • deepsweet