Make your text editing easier, so you can focus on building the program
npm i texttyer --save
(1.0.0 => March 10 2021)
- Sentence case
- lowercase
- UPPERCASE
- Capitalize Each Word
- tOOGLE cASE
const tt = require("texttyer");
console.log(
`i have been writing many ${tt.upperCase("things")} that probably you don't know`
);