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
- Host: GitHub
- URL: https://github.com/bramkok/poes
- Owner: bramkok
- License: mit
- Created: 2017-12-07T03:49:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T04:21:55.000Z (over 7 years ago)
- Last Synced: 2025-02-14T02:06:31.916Z (5 months ago)
- Topics: cat, cli, do-one-thing-kind-of-ok, nodejs, readfile, stdout, unix-like
- Language: JavaScript
- Homepage: https://npmjs.com/poes
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)