titleize : Capitalize every word in a string: unicorn cake ? Unicorn Cake. You can installing titleize 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 titleize $ sudo npm install -g titleize
If want to update the titleize package execute the command as below,
$ sudo npm update titleize
Update package globally,
$ npm install -g titleize
$ sudo git clone https://github.com/rektide/titleize.git
$ sudo npm install -g ./titleize
titleize@1.0.0 /usr/lib/node_modules/titleize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall titleize
| Package Name | titleize |
| Version | 1.0.0 |
| Description | Capitalize every word in a string: unicorn cake ? Unicorn Cake |
| Released Date | 2015-01-20T12:46:15.296Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/titleize/tutorial |