to-title-case : Convert a string to title case.. You can installing to-title-case 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 to-title-case $ sudo npm install -g to-title-case
If want to update the to-title-case package execute the command as below,
$ sudo npm update to-title-case
Update package globally,
$ npm install -g to-title-case
$ sudo git clone https://github.com/rektide/to-title-case.git
$ sudo npm install -g ./to-title-case
to-title-case@1.0.0 /usr/lib/node_modules/to-title-case
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall to-title-case
| Package Name | to-title-case |
| Version | 1.0.0 |
| Description | Convert a string to title case. |
| Released Date | 2016-01-21T19:47:18.585Z |
| Published by | ianstormtaylor |
| How to Learn | https://www.npmjs.com/package/to-title-case/tutorial |