# postinstall-browserify

> postinstall command to browserify javascript files

Latest version **0.7.1** (published 2021-05-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install postinstall-browserify
pnpm add postinstall-browserify
yarn add postinstall-browserify
bun add postinstall-browserify
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.1 |
| Published | 2021-05-10 |
| First published | 2018-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jérémy Lal |
| Maintainers | kapouer |
| Keywords | postinstall, browserify |

## Links

- npm: https://www.npmjs.com/package/postinstall-browserify
- Repository: https://github.com/kapouer/postinstall-browserify
- Homepage: https://github.com/kapouer/postinstall-browserify#readme
- Issues: https://github.com/kapouer/postinstall-browserify/issues
- npm.io page: https://npm.io/package/postinstall-browserify

## Dependencies (3)

- [browserify](https://npm.io/package/browserify.md) ^17.0.0
- [postinstall](https://npm.io/package/postinstall.md) ^0.7.0
- [postinstall-cache](https://npm.io/package/postinstall-cache.md) ^0.7.0

## 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

- 0.7.1 (latest) — 2021-05-10
- 0.7.0 — 2020-12-15
- 0.6.0 — 2019-10-29
- 0.5.0 — 2019-08-22
- 0.1.1 — 2019-08-18
- 0.1.0 — 2018-06-21

## README

postinstall-browserify
======================

This is a [postinstall](http://github.com/kapouer/postintall) command plugin.

It runs `browserify` on input and accepts options.

Usage
-----

The plugin can be called directly, or through `postinstall`.

Directly:
```
require('postinstall-browserify')(inputs, output, options).then(function() {
	// done
});
```

Options
=======

All options (command-line or json style) are passed directly to browserify.

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