titlecase : Intelligently converting strings to title case (an enhanced fork of David Gouchs library). You can installing titlecase npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install titlecase $ sudo npm install -g titlecase
If want to update the titlecase package execute the command as below,
$ sudo npm update titlecase
Update package globally,
$ npm install -g titlecase
$ sudo git clone https://github.com/rektide/titlecase.git
$ sudo npm install -g ./titlecase
titlecase@1.1.2 /usr/lib/node_modules/titlecase
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall titlecase
| Package Name | titlecase |
| Version | 1.1.2 |
| Description | Intelligently converting strings to title case (an enhanced fork of David Gouchs library) |
| Released Date | 2016-02-22T19:46:00.698Z |
| Published by | rvagg |
| How to Learn | https://www.npmjs.com/package/titlecase/tutorial |