# refill-next-handler

> Next callback handler for gulp tasks

Latest version **1.1.1** (published 2016-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install refill-next-handler
pnpm add refill-next-handler
yarn add refill-next-handler
bun add refill-next-handler
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2016-10-02 |
| First published | 2016-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.2 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Piotr Baranowski |
| Maintainers | bolo |
| Keywords | tasks, gulp |

## Links

- npm: https://www.npmjs.com/package/refill-next-handler
- Repository: https://github.com/zaklinaczekodu/refill-next-handler
- Issues: https://github.com/zaklinaczekodu/refill-next-handler/issues
- npm.io page: https://npm.io/package/refill-next-handler

## Dependencies (2)

- [once](https://npm.io/package/once.md) 1.4.0
- [lodash.defaults](https://npm.io/package/lodash.defaults.md) 4.2.0

## Recent versions

- 1.1.1 (latest) — 2016-10-02
- 1.1.0 — 2016-10-01

## README

Refill next handler
===================

Next callback handler for gulp tasks

[<img alt="Made by Zaklinacze Kodu" src="http://zaklinaczekodu.com/_assets/madeBy.svg" width="200">](http://zaklinaczekodu.com)

[Facebook](https://www.facebook.com/zaklinaczekodu)

Shields
-------

[![npm](https://img.shields.io/npm/v/refill-next-handler.svg?style=flat-square)](https://www.npmjs.com/package/refill-next-handler)
[![npm](https://img.shields.io/npm/l/refill-next-handler.svg?style=flat-square)](https://www.npmjs.com/package/refill-next-handler)
[![npm](https://img.shields.io/npm/dm/refill-next-handler.svg?style=flat-square)](https://www.npmjs.com/package/refill-next-handler)
[![Travis](https://img.shields.io/travis/refilljs/refill-next-handler/master.svg?style=flat-square)](https://travis-ci.org/refilljs/refill-next-handler)<br>
[![bitHound Overall Score](https://www.bithound.io/github/refilljs/refill-next-handler/badges/score.svg)](https://www.bithound.io/github/refilljs/refill-next-handler)
[![bitHound Dependencies](https://www.bithound.io/github/refilljs/refill-next-handler/badges/dependencies.svg)](https://www.bithound.io/github/refilljs/refill-next-handler/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/refilljs/refill-next-handler/badges/devDependencies.svg)](https://www.bithound.io/github/refilljs/refill-next-handler/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/refilljs/refill-next-handler/badges/code.svg)](https://www.bithound.io/github/refilljs/refill-next-handler)<br>
[![GitHub forks](https://img.shields.io/github/forks/refilljs/refill-next-handler.svg?style=flat-square)](https://github.com/refilljs/refill-next-handler)
[![GitHub stars](https://img.shields.io/github/stars/refilljs/refill-next-handler.svg?style=flat-square)](https://github.com/refilljs/refill-next-handler)
[![GitHub followers](https://img.shields.io/github/followers/refilljs.svg?style=flat-square)](https://github.com/refilljs/refill-next-handler)

Installation
------------

```bash
npm install --save refill-next-handler
```

API
---

### Constructor

```JavaScript
var RefillNextHandler = require('refill-next-handler');

var refillNextHandler = new RefillNextHandler(options)
```

#### options

configuration object

##### Default values

```JavaScript
{
  handleSuccess: true,
  ignoreFailures: false,
  quickFinish: false,
  watch: false
}
```

Changelog
---------

[Changelog at github](https://github.com/refilljs/refill-next-handler/releases)

Sponsors
--------

[<img alt="Zaklinacze Kodu" src="http://zaklinaczekodu.com/_assets/logo.svg" width="200">](http://zaklinaczekodu.com)

---
_Source: https://npm.io/package/refill-next-handler · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
