texttyer

1.0.2 • Public • Published

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`
);

Readme

Keywords

Package Sidebar

Install

npm i texttyer

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

2.05 kB

Total Files

3

Last publish

Collaborators

  • handhikayp