@skivvy/skivvy-package-clean
v0.1.6
Published
Delete files and folders
Downloads
5
Readme
Skivvy package: clean
Delete files and folders
Installation
skivvy install clean
Overview
This package allows you to delete files and folders from within the Skivvy task runner.
Included tasks
clean
Delete files and folders
Usage:
skivvy run clean
Configuration settings:
| Name | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| files
| string
,Array
| Yes | N/A | Files/folders to delete |
| options
| object
| No | null
| Glob options |
| options.force
| boolean
| No | false
| Allow deleting of the current working directory and files/folders outside it |