handlebars-helper-add-commas

0.0.2 • Public • Published

{{addCommas}} Build Status

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

/handlebars-helper-add-commas/

    Package Sidebar

    Install

    npm i handlebars-helper-add-commas

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • makotot