Skip to content

Jaid/handlebars-helper-plural

Repository files navigation

handlebars-helper-plural

License Sponsor handlebars-helper-plural
Build status Commits since v2.0.0 Last commit Issues
Latest version on npm Dependents Downloads

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

Pure ESM library

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

Installation

handlebars-helper-plural on npm

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

handlebars-helper-plural on Yarn

yarn add handlebars-helper-plural@^2.0.0

Development

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

License

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