# @billogram/task-empty-dist

> > Task for emptying the dist folder

Latest version **2.2.0** (published 2021-01-05) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @billogram/task-empty-dist
pnpm add @billogram/task-empty-dist
yarn add @billogram/task-empty-dist
bun add @billogram/task-empty-dist
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2021-01-05 |
| First published | 2019-02-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 9.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mrydengren, andreashogstrom, ewakosciukiewicz, miriamlarsson |

## Links

- npm: https://www.npmjs.com/package/@billogram/task-empty-dist
- npm.io page: https://npm.io/package/@billogram/task-empty-dist

## Dependencies (2)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [rimraf](https://npm.io/package/rimraf.md) ^3.0.0

## Recent versions

- 2.2.0 (latest) — 2021-01-05
- 2.1.1 — 2020-01-07
- 2.1.0 — 2019-11-04
- 2.0.10 — 2019-08-26
- 2.0.9 — 2019-08-19
- 2.0.8 — 2019-05-15
- 2.0.7 — 2019-04-05
- 2.0.6 — 2019-04-05
- 2.0.5 — 2019-04-04
- 2.0.4 — 2019-04-02
- 2.0.3 — 2019-03-26
- 2.0.2 — 2019-03-12
- 2.0.1 — 2019-03-06
- 2.0.0 — 2019-03-05
- 1.0.2 — 2019-03-01
- … 2 more at https://npm.io/package/@billogram/task-empty-dist/versions

## README

# @billogram/task-empty-dist

> Task for emptying the dist folder

## Install

```
yarn add @billogram/task-empty-dist
```

## Usage

Add the task to a task runner.

```
import taskEmptyDist from '@billogram/task-empty-dist';
import TaskRunner from '@billogram/task-runner';


const runner = new TaskRunner('build-scripts');
runner.add('empty-dist', taskEmptyDist());
```

This will add the empty dist task to the build scripts.

```
> build-scripts empty-dist
```

## Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

## License

MIT

---
_Source: https://npm.io/package/@billogram/task-empty-dist · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
