capitalize : capitalize the first letter of a string, or all words in a string. You can installing capitalize 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 capitalize $ sudo npm install -g capitalize
If want to update the capitalize package execute the command as below,
$ sudo npm update capitalize
Update package globally,
$ npm install -g capitalize
$ sudo git clone https://github.com/rektide/capitalize.git
$ sudo npm install -g ./capitalize
capitalize@1.0.0 /usr/lib/node_modules/capitalize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall capitalize
Package Name | capitalize |
Version | 1.0.0 |
Description | capitalize the first letter of a string, or all words in a string |
Released Date | 2015-05-18T19:41:14.997Z |
Published by | grncdr |
How to Learn | https://www.npmjs.com/package/capitalize/tutorial |