we-need-a-warning-signal
v1.0.0
Published
'We need a warning signal' —Kevin Malone
Downloads
5
Readme
we-need-a-warning-signal
"We need a warning signal" —Kevin Malone
A CLI and Transform
stream. When the word "warning" or "warn" is piped in, Kevin sounds the warning signal.
Install
$ npm install --global|--save we-need-a-warning-signal
Usage
API
var WarningStream = require('we-need-a-warning-signal')
createReadStream()
.pipe(WarningStream())
.pipe(process.stdout)
CLI
echo "warning" | warning-signal
License
MIT © Ben Drucker