spongemockify
v2.0.0
Published
Spongemockify any English text
Downloads
3
Readme
SpongeMockify
This simple Node.js module takes a string as a CLI input and converts it into a mocking Spongebob meme style text.
It follows one simple rules: no more than three consecutive same-case (uppercase/lowercase) characters.
Installation
As a Node module
A simple npm install spongemockify
inside your project folder should do the job.
As a CLI tool
From any folder, execute npm install -g spongemockify
command. Superuser access may be needed in Unix/Linux systems.
Usage
As a CLI tool:
spongemockify <string>
Acknowledgement
Special thanks to Shawon Ashraf who spent his precious time to kill some bugs and make the module usable as a CLI command.
Enjoy!