open-source-bysrujan
v1.0.5
Published
A Node.js module that returns the plural form of any noun ## Installation ``` { "name": "open-source-bysrujan", "version": "1.0.3", "description": "", "main": "hello.js", "scripts": { "test": "echo \"Error: no test specified\" && e
Downloads
3
Readme
mypluralize
A Node.js module that returns the plural form of any noun
Installation
{
"name": "open-source-bysrujan",
"version": "1.0.3",
"description": "",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
Usage
Javascript
var pluralise = require('mypluralize');
var boys = pluralise.getPlural('Boy');
Output should be 'Boys'