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

https://github.com/bramkok/poes

Read a file to stdout
https://github.com/bramkok/poes

cat cli do-one-thing-kind-of-ok nodejs readfile stdout unix-like

Last synced: 4 months ago
JSON representation

Read a file to stdout

Awesome Lists containing this project

README

        

# poes

> Read a file to **stdout** similar to `cat` in Unix

## Install

```sh
$ yarn global add poes
```

## Usage

```sh
$ poes
```

## License

MIT © [Bram Kok](https://github.com/bramkok)