handlebars-helper-plural
v2.0.0
Published
Handlebars helper that returns given number with a possibly pluralized noun.
Downloads
184
Maintainers
Readme
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 [email protected]: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 <[email protected]> (https://github.com/jaid)