change-case : Convert a string between camelCase, PascalCase, Title Case, snake_case and more.. You can installing change-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 change-case $ sudo npm install -g change-case
If want to update the change-case package execute the command as below,
$ sudo npm update change-case
Update package globally,
$ npm install -g change-case
$ sudo git clone https://github.com/rektide/change-case.git
$ sudo npm install -g ./change-case
change-case@3.0.1 /usr/lib/node_modules/change-case
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall change-case
Package Name | change-case |
Version | 3.0.1 |
Description | Convert a string between camelCase, PascalCase, Title Case, snake_case and more. |
Released Date | 2017-01-20T18:06:17.750Z |
Published by | blakeembrey |
How to Learn | https://www.npmjs.com/package/change-case/tutorial |