slugs : pure JavaScript url slug generator for Node.JS with minimal dependencies. You can installing slugs 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 slugs $ sudo npm install -g slugs
If want to update the slugs package execute the command as below,
$ sudo npm update slugs
Update package globally,
$ npm install -g slugs
$ sudo git clone https://github.com/rektide/slugs.git
$ sudo npm install -g ./slugs
slugs@0.1.3 /usr/lib/node_modules/slugs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slugs
| Package Name | slugs |
| Version | 0.1.3 |
| Description | pure JavaScript url slug generator for Node.JS with minimal dependencies |
| Released Date | 2014-09-24T23:29:22.124Z |
| Published by | stannardian |
| How to Learn | https://www.npmjs.com/package/slugs/tutorial |