start-clean
v2.0.0
Published
Clean task for Start
Downloads
5,939
Readme
start-clean
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.