"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.
$ npm install --global|--save we-need-a-warning-signal
var WarningStream = require('we-need-a-warning-signal')
createReadStream()
.pipe(WarningStream())
.pipe(process.stdout)
echo "warning" | warning-signal
MIT © Ben Drucker