# easy-stdin

> Want to read the whole of stdin easily?

Latest version **1.0.1** (published 2014-11-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install easy-stdin
pnpm add easy-stdin
yarn add easy-stdin
bun add easy-stdin
```

## 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.1 |
| Published | 2014-11-27 |
| First published | 2014-11-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tim Ruffles |
| Maintainers | timruffles |

## Links

- npm: https://www.npmjs.com/package/easy-stdin
- Repository: https://github.com/timruffles/easy-stdin
- Issues: https://github.com/timruffles/easy-stdin/issues
- npm.io page: https://npm.io/package/easy-stdin

## Recent versions

- 1.0.1 (latest) — 2014-11-27
- 1.0.0 — 2014-11-27

## README

# easy-stdin

[![npm version](https://badge.fury.io/js/easy-stdin.svg)](https://www.npmjs.org/package/easy-stdin)

Want to read the whole of stdin easily?

```javascript
var stdin = require("easy-stdin")

stdin(function(err, data) {
  if(err) {
    console.error("Oh noes!")
  } else {
    console.log("stdin: " + data);
  }
});
```

That is all.

## Install

```sh
npm install easy-stdin
```

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