decamelize : Convert a camelized string into a lowercased one with a custom separator: unicornRainbow ? unicorn_rainbow. You can installing decamelize 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 decamelize $ sudo npm install -g decamelize
If want to update the decamelize package execute the command as below,
$ sudo npm update decamelize
Update package globally,
$ npm install -g decamelize
$ sudo git clone https://github.com/rektide/decamelize.git
$ sudo npm install -g ./decamelize
decamelize@1.2.0 /usr/lib/node_modules/decamelize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall decamelize
Package Name | decamelize |
Version | 1.2.0 |
Description | Convert a camelized string into a lowercased one with a custom separator: unicornRainbow ? unicorn_rainbow |
Released Date | 2016-03-05T08:49:10.462Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/decamelize/tutorial |