start-clean

v1.0.2
Clean task for Start
start start-task clean

start-clean

npm linux build windows build coverage deps

Clean task for Start.

Install

npm install --save-dev start-clean
# or
yarn add --dev start-clean

Usage

import start from 'start';
import reporter from 'start-pretty-reporter';
import files from 'start-files';
import clean from 'start-clean';

export const cleanBuild = () => start(reporter())(
  files('build/'),
  clean()
);

This task relies on array of files and provides the same, see documentation for details.

Metadata

  • MIT
  • >=0.12.0
  • Kir Belevich
  • released 2/10/2016

Downloads

Maintainers