Text Generator by Muhammad Fauzan
npm install text-to-generatebash
npx text-to-generate
`
Existing Features
- Hilih
- Spongebob Case
- Uppercase
- Lowercase
- Text to Ascii
- Ascii to Text
Local Development
`bash
fork this repo then clone your forked repo
git clone https://github.com/your-username/text-to-generate.git
cd text-to-generate
require node and npm
npm install
node index.js
#after adding some changes
git add .
git commit -m "update(scope): some changes.."
git push origin master
#or using gitshort
#https://github.com/fauzan121002/gitshort
gitcm "update(scope): some changes.." master
``