0.0.2 • Published 10 years ago
{{addCommas}} 
Handlebars helper for adding commas to a number.
Install
$ npm install handlebars-helper-add-commas --save-dev
Register
In the Gruntfile:
grunt.initConfig({
assemble: {
options: {
...,
helpers: ['handlebars-helper-add-commas']
},
...
},
...
});
Usage
{{addCommas 1000}}
License
MIT