camelize : recursively transform key strings to camel-case. You can installing camelize 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 camelize $ sudo npm install -g camelize
If want to update the camelize package execute the command as below,
$ sudo npm update camelize
Update package globally,
$ npm install -g camelize
$ sudo git clone https://github.com/rektide/camelize.git
$ sudo npm install -g ./camelize
camelize@1.0.0 /usr/lib/node_modules/camelize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall camelize
Package Name | camelize |
Version | 1.0.0 |
Description | recursively transform key strings to camel-case |
Released Date | 2014-07-07T19:52:15.753Z |
Published by | substack |
How to Learn | https://www.npmjs.com/package/camelize/tutorial |