plur : Pluralize a word. You can installing plur 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 plur $ sudo npm install -g plur
If want to update the plur package execute the command as below,
$ sudo npm update plur
Update package globally,
$ npm install -g plur
$ sudo git clone https://github.com/rektide/plur.git
$ sudo npm install -g ./plur
plur@2.1.2 /usr/lib/node_modules/plur
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall plur
| Package Name | plur |
| Version | 2.1.2 |
| Description | Pluralize a word |
| Released Date | 2015-12-23T00:43:39.283Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/plur/tutorial |