texttyer
v1.0.2
Published
Text formatting for your running code
Downloads
7
Readme
What is this ?
Make your text editing easier, so you can focus on building the program
Installation
npm i texttyer --save
What the feature ?
(1.0.0 => March 10 2021)
How to use it
const tt = require("texttyer");
console.log(
`i have been writing many ${tt.upperCase("things")} that probably you don't know`
);