bahasa-ge
v1.0.2
Published
tools untuk mempermudah penulisan bahasa G
Downloads
26
Readme
bahasa-ge
A tools for converting casual language to ge-language
ge-language is an alternative way to alter your way of communicating by duplicating every vocal character and put "g" beetwen them
exp: "where are you going?"
ge-language: "whegerege agarege yogougu gogoiging?"
Instalation
$ npm install --save bahasa-ge
How To Run
$ touch index.js
$ vim index.js
const bahasaGe = require('bahasa-ge');
let txt = "Some very important string, that not everyone can know.\n\nSebuah kalimat penting yang gak semua orang boleh tau."
console.log(bahasaGe(txt))
node index.js
result
Sogomege vegery igimpogortagant striging, thagat nogot egevegeryogonege cagan knogow.
Segebuguagah kagaligimagat pegentiging yagang gagak segemuguaga ogoragang bogolegeh tagaugu.