# browserify-cord

> A module for generating multiple browserify bundles with gulp.

Latest version **0.3.0** (published 2017-05-24) · ISC license · 0 weekly downloads

## Install

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

## 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.3.0 |
| Published | 2017-05-24 |
| First published | 2016-06-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 9 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Raine Revere |
| Maintainers | raine |
| Keywords | browserify, gulp, bundle |

## Links

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

## Dependencies (9)

- [gulp](https://npm.io/package/gulp.md) *
- [watchify](https://npm.io/package/watchify.md) *
- [browserify](https://npm.io/package/browserify.md) *
- [gulp-babel](https://npm.io/package/gulp-babel.md) ^6.1.2
- [gulp-rename](https://npm.io/package/gulp-rename.md) *
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^3.0.0
- [vinyl-buffer](https://npm.io/package/vinyl-buffer.md) ^1.0.0
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.24.1
- [vinyl-source-stream](https://npm.io/package/vinyl-source-stream.md) *

## 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.3.0 (latest) — 2017-05-24
- 0.2.0 — 2016-06-18
- 0.1.0 — 2016-06-16

## README

# browserify-cord
[![npm version](https://img.shields.io/npm/v/browserify-cord.svg)](https://npmjs.org/package/browserify-cord)

A module for generating multiple browserify bundles with gulp.

## Install

```sh
$ npm install --save-dev browserify-cord
```

## Usage

```js
import * as Cord from 'browserify-cord'

const cord = Cord({
  entries: ['public/main.js'], // relative to 'src'
  src: 'src'
  dest: 'app',
  plugin: [watchify, tsify]
})

gulp.task('js', done => {
  cord.update()
  done()
})
```

## License

ISC © [Raine Revere](https://github.com/raineorshine)

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