# readfiles

> Async read of an array of files. Reduces callback hell.

Latest version **1.0.0** (published 2014-07-04) · ISC license · 0 weekly downloads

## Install

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

## 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.0.0 |
| Published | 2014-07-04 |
| First published | 2014-07-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | william.jblankenship@gmail.com |
| Maintainers | wblankenship |

## Links

- npm: https://www.npmjs.com/package/readfiles
- Repository: https://github.com/wblankenship/readfiles
- Issues: https://github.com/wblankenship/readfiles/issues
- npm.io page: https://npm.io/package/readfiles

## Dependencies (1)

- [async](https://npm.io/package/async.md) ^0.9.0

## Recent versions

- 1.0.0 (latest) — 2014-07-04

## README

```js
var readFiles = require('../index.js')

var files = ["test1.txt","test2.txt"]

readFiles(files,function(e,contents) {
  if(e) return console.log(e.stack)
  console.log(contents)
})
```

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