whaleit

1.0.2 • Public • Published

Whaleit

Have a whale of a time with this transform stream. Replace any whales with 🐳 in all your text!

Useage

    npm i --save whaleit

In your code.

const Whaleit = require('whaleit');

const whaleit = new Whaleit();

process.stdin
    .pipe(whaleit)
    .pipe(process.stdout)

Readme

Keywords

none

Package Sidebar

Install

npm i whaleit

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • rchristiani