2.0.0 • Published 6 years ago

clap-stream v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

clap-stream

streams 👏 text 👏 to 👏 claps

Usage

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)

cat agile_manifesto.txt | clap-stream

or use npx

cat agile_manifesto.txt | npx clap-stream

Install

With npm installed, run

$ npm install clap-stream

License

MIT

2.0.0

6 years ago

1.0.0

6 years ago