speengbab
v0.0.6
Published
gEnERaTe teXt to moCk YoUR fRiENds
Downloads
1
Readme
speengbab
gEnERaTe teXt to moCk YoUR fRiENds
Quckstart
With npm:
npm i speengbab
With yarn:
yarn add speengbab
Usage:
import speeng from 'speengbab'
const mocking = speeng("Ghengis Khan had some pretty good ideas!") // GhEngiS KhAn HaD SomE PrETTy GoOd iDeaS!
Command line:
yarn global add speengbab
speeng hello world # HeLlo WoRlD
npm install -g speengbab
speeng hello world # HELlo woRld
Flags
-c
will copy the resulting string to the clipboard. Flag can be added before or after the primary string.- ex.
npx speeng -c lorem ipsum
will result in something likeLOreM iPSum
being added to the clipboard.
- ex.