$ cnpm install title-case
Transform a string into title case following English rules.
npm install title-case --save
import { titleCase } from "title-case";
titleCase("string"); //=> "String"
titleCase("follow step-by-step instructions"); //=> "Follow Step-by-Step Instructions"
MIT
Copyright 2013 - present © cnpmjs.org