1.0.5 • Published 7 years ago

open-source-bysrujan v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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'
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago