Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianstormtaylor/read-file-stdin

Read from a file, falling back to stdin.
https://github.com/ianstormtaylor/read-file-stdin

cli javascript stdin utility

Last synced: 10 days ago
JSON representation

Read from a file, falling back to stdin.

Awesome Lists containing this project

README

        

# read-file-stdin

Read from a file, falling back to stdin.

## Installation

$ npm install read-file-stdin

## API

### read ([file], callback)

Read from a `file`, falling back to stdin, and `callback(err, buffer)`.

## License

MIT