ember-cli-numeral ember-cli addon support for Numeral.js Install npm install --save-dev ember-cli-numeral; bower install --save numeral; Usage import numeral from 'numeral'; var string = numeral(1000).format('0,0'); // '1,000' See the Numeral.js docs for general usage.