# abrowserify

> Bundle with browserify only when file changed from last time

Latest version **3.0.4** (published 2018-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install abrowserify
pnpm add abrowserify
yarn add abrowserify
bun add abrowserify
```

## 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 | 3.0.4 |
| Published | 2018-08-28 |
| First published | 2016-07-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=7.6 |
| Dependencies | 10 |
| Unpacked size | 15.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | browserify |

## Links

- npm: https://www.npmjs.com/package/abrowserify
- Repository: https://github.com/a-labo/abrowserify
- Homepage: https://github.com/a-labo/abrowserify#readme
- Issues: https://github.com/a-labo/abrowserify/issues
- npm.io page: https://npm.io/package/abrowserify

## Dependencies (10)

- [akv](https://npm.io/package/akv.md) ^2.0.0
- [asfs](https://npm.io/package/asfs.md) ^2.0.3
- [aglob](https://npm.io/package/aglob.md) ^3.0.1
- [asenv](https://npm.io/package/asenv.md) ^3.0.1
- [asobj](https://npm.io/package/asobj.md) ^3.0.0
- [through2](https://npm.io/package/through2.md) ^2.0.3
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.3
- [akv-status](https://npm.io/package/akv-status.md) ^2.0.0
- [browserify](https://npm.io/package/browserify.md) ^16.2.2
- [browserify-incremental](https://npm.io/package/browserify-incremental.md) ^3.1.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 3.0.4 (latest) — 2018-08-28
- 3.0.3 — 2018-08-12
- 3.0.2 — 2018-08-09
- 3.0.0 — 2017-09-17
- 2.0.1 — 2017-04-23
- 2.0.0 — 2017-01-29
- 1.1.8 — 2016-09-19
- 1.1.7 — 2016-08-14
- 1.1.6 — 2016-08-13
- 1.1.5 — 2016-08-13
- 1.1.4 — 2016-08-13
- 1.1.3 — 2016-08-13
- 1.1.2 — 2016-08-07
- 1.1.1 — 2016-08-07
- 1.0.18 — 2016-07-28
- … 17 more at https://npm.io/package/abrowserify/versions

## README

abrowserify
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/a-labo/abrowserify
[bd_travis_url]: http://travis-ci.org/a-labo/abrowserify
[bd_travis_shield_url]: http://img.shields.io/travis/a-labo/abrowserify.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/a-labo/abrowserify
[bd_travis_com_shield_url]: https://api.travis-ci.com/a-labo/abrowserify.svg?token=
[bd_license_url]: https://github.com/a-labo/abrowserify/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/a-labo/abrowserify
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/a-labo/abrowserify.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/a-labo/abrowserify.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/a-labo/abrowserify
[bd_gemnasium_shield_url]: https://gemnasium.com/a-labo/abrowserify.svg
[bd_npm_url]: http://www.npmjs.org/package/abrowserify
[bd_npm_shield_url]: http://img.shields.io/npm/v/abrowserify.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Bundle with browserify only when file changed from last time

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install abrowserify --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

const abrowserify = require('abrowserify')
const co = require('co')

co(function * () {
  yield abrowserify('src/entrypoint.js', 'public/bundle.js', {
    debug: true
  })
}).catch((err) => console.error(err))

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->

<!-- Section from "doc/guides/03.Signature.md.hbs" Start -->

<a name="section-doc-guides-03-signature-md"></a>

Signature
---------

`abrowserify(src, dest, options) -> Promise`

### Params

| Name | Type | Description |
| ----- | --- | -------- |
| src | string | Source file name |
| dest | string | Destination file name |
| options | Object | Optional settings |
| options.status | string | Status file path |
| options.cache | string | Cache file path |
| options.reflects | string[] | File patterns to reflects changes |



<!-- Section from "doc/guides/03.Signature.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/a-labo/abrowserify/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------



<!-- Links End -->

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