to-slug-case : Convert a string to slug case.. You can installing to-slug-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 to-slug-case $ sudo npm install -g to-slug-case
If want to update the to-slug-case package execute the command as below,
$ sudo npm update to-slug-case
Update package globally,
$ npm install -g to-slug-case
$ sudo git clone https://github.com/rektide/to-slug-case.git
$ sudo npm install -g ./to-slug-case
to-slug-case@1.0.0 /usr/lib/node_modules/to-slug-case
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall to-slug-case
| Package Name | to-slug-case |
| Version | 1.0.0 |
| Description | Convert a string to slug case. |
| Released Date | 2016-01-21T19:39:19.261Z |
| Published by | ianstormtaylor |
| How to Learn | https://www.npmjs.com/package/to-slug-case/tutorial |