Word pluralizer based on count.
npm install ember-pluralize --save-dev
with ember-cli:
ember install ember-pluralize
Pass omitCount=true
option to print the pluralized word without the
count.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.