Skip to content

Rchristiani/boatit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Boatit

Get your text ship shape with Boatit. Replace all instances of boat with ⛵️.

Useage

    npm i --save boatit

In your code.

const Boatit = require('boatit');

const boatit = new Boatit();

process.stdin
    .pipe(boatit)
    .pipe(process.stdout)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages