# concat-files

> Concatenate files asynchronously

Latest version **0.1.1** (published 2016-12-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install concat-files
pnpm add concat-files
yarn add concat-files
bun add concat-files
```

## 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.1.1 |
| Published | 2016-12-15 |
| First published | 2013-03-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 26 |
| Author | Vincent Voyer |
| Maintainers | vvo |

## Links

- npm: https://www.npmjs.com/package/concat-files
- Repository: https://github.com/vvo/concat-files
- Homepage: https://github.com/vvo/concat-files#readme
- Issues: https://github.com/vvo/concat-files/issues
- npm.io page: https://npm.io/package/concat-files

## Dependencies (1)

- [async](https://npm.io/package/async.md) ~0.2.6

## Recent versions

- 0.1.1 (latest) — 2016-12-15
- 0.1.0 — 2013-03-22

## README

# concat-files

[![Build Status](https://travis-ci.org/vvo/concat-files.png)](https://travis-ci.org/vvo/concat-files)

## example

```js
  var concat = require('concat-files');

  concat([
    '/my/first/file',
    '/another/file',
    '/one/last/file'
  ], '/to/destination', function(err) {
    if (err) throw err
    console.log('done');
  });
```

## tests

```shell
npm test
```

## benchmarks

```shell
node bench
```

## license

MIT

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