2.0.0 • Published 2 years ago

handlebars-helper-plural v2.0.0

Weekly downloads
4
License
-
Repository
github
Last release
2 years ago

handlebars-helper-plural



Handlebars helper that returns given number with a possibly pluralized noun.

Pure ESM library

:information_source: This package has only ESM exports. You should import it from MJS files or read more here.

Installation

npm install --save handlebars-helper-plural@^2.0.0

yarn add handlebars-helper-plural@^2.0.0

Development

Setting up:

git clone git@github.com:jaid/handlebars-helper-plural.git
cd handlebars-helper-plural
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2021, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)