1.0.2 • Published 4 years ago

noobdoob v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

noobdoob

This is a simple converter that takes a string and replaces all lowercase vowels with "oob" and all uppercase vowels with "Oob". For example, the name "Alice" would be converted to "Oobloobcoob". The name of this package was created by performing this conversion on the word "node", resulting in "noobdoob".

Installation

npm install --save noobdoob

Usage

const noobdoob = require('noobdoob');
noobdoob('node');
// "noobdoob"
noobdoob('This package is pointless');
// "Thoobs poobckoobgoob oobs pooboobntloobss"
1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago