1.0.3 • Published 5 years ago
@skaratech/tiny v1.0.3
Tiny
Tiny is a npm library for dealing with word pluralization.
Installation
Use the package manager npm to install tiny.
npm install @skaratech/tiny
Usage
import tiny from 'tiny'; //ES5
npm.pluralize('word') //returns 'words'
npm.pluralize('goose') //returns 'geese'
npm.singularize('phenomena') //returns 'phenomenon'
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.