Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/clap-stream

don't 👏 write 👏 these 👏 manually, 👏 painstakingly 👏 use 👏 clap-stream 👏
https://github.com/jakeburden/clap-stream

Last synced: 17 days ago
JSON representation

don't 👏 write 👏 these 👏 manually, 👏 painstakingly 👏 use 👏 clap-stream 👏

Awesome Lists containing this project

README

        

# clap-stream

> streams 👏 text 👏 to 👏 claps 👏

## Usage

```js
var clap = require('clap-stream')
var stream = clap()
stream.pipe(process.stdout)
stream.end('streams text to claps')
// yields 'streams 👏 text 👏 to 👏 claps 👏'
```

> if installed globally (-g)

```bash
cat agile_manifesto.txt | clap-stream
```

> or use npx

```bash
cat agile_manifesto.txt | npx clap-stream
```

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install clap-stream
```

## License

MIT