covefe

1.0.0 • Public • Published

Covefe

A node module that converts streams of text into Trump-talk.

Installation

yarn add covefe
npm install covefe

Usage

The covefe node module is a stream transform:

const fs = require('fs');
const covefe = require('covefe');
 
// Read foo.txt, convert text with covefe, and output to stdout
fs.createReadStream('foo.txt')
  .pipe(covefe)
  .pipe(process.stdout);

The covefe CLI command reads and converts stdin:

echo "What is your code coverage?" | covefe
> What is your code covefe?

Readme

Keywords

none

Package Sidebar

Install

npm i covefe

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • timseverien