Handlebars helper that returns given number with a possibly pluralized noun.
ℹ️ This package has only ESM exports. You should import
it from MJS files or read more here.
npm install --save handlebars-helper-plural@^2.0.0
yarn add handlebars-helper-plural@^2.0.0
Development hints for maintaining and improving handlebars-helper-plural
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
MIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)