1.0.3 • Published 11 months ago

title-case-it v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Title Case It

Title case your headings to make them stand out. Useful for blog titles.

Installation

npm install title-case-it

Usage

const tci = require("title-case-it");

const myArticleTitle = "How to become a better web developer";

const titleCased = tci(myArticleTitle); // How to Become A Better Web Developer

Taken from: https://titlecaseit.ahmadawais.com/

Ahmed Awais and his Wife have great courses, check them out: https://ahmadawais.com/courses/

1.0.2

11 months ago

1.0.1

11 months ago

1.0.3

11 months ago

1.0.0

1 year ago