pluriel

0.0.0 • Public • Published

Pluriel Build Status

Ajoute un pluriel simple au nom singulier

Installation

$ npm install --save pluriel

Usage

var pluriel = require('pluriel');

pluriel('chou', 5);
//=> 'choux'

plur('hero', 'heroes', 5);
//=> 'heroes'

API

pluriel(str, [pluriel], nb)

str

Type: string

Le nom à mettre au pluriel

pluriel

Type: string Default: str + s

Le nom au pluriel.

nb

Type: number

nb pour dire c'est à mettre au pluriel ou au singulier.

Readme

Keywords

Package Sidebar

Install

npm i pluriel

Weekly Downloads

2

Version

0.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • bazzooka