1.0.3 • Published 4 years ago

@skaratech/tiny v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

License

MIT

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago