Skip to content

theDreamer911/texttyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

Change case formatter

  1. Sentence case
  2. lowercase
  3. UPPERCASE
  4. Capitalize Each Word
  5. tOOGLE cASE

How to use it

const tt = require("texttyer");

console.log(
  `i have been writing many ${tt.upperCase("things")} that probably you don't know`
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published