start-clean

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i start-clean

Weekly Downloads

10

Version

2.0.0

License

MIT

Last publish

Collaborators

  • deepsweet