A javascript library for formatting and manipulating numbers.
Originally forked from Numeral.js v2.0.6
Original Numeral.js Travis Build Status
Important: Please create your branch from and submit pull requests to the develop branch. All pull requests must include the appropriate tests.
- 
Fork the library
 - 
Run
npm installto install dependencies - 
Create a new branch from
develop - 
Add your tests to the files in
/tests - 
To test your tests, run
grunt - 
When all your tests are passing, run
grunt distto compile and minify all files - 
Submit a pull request to the
developbranch. 
Formats now exist in their own files and act more or less as plugins. Check out the bytes format for an example of how to create one.
When naming locale files use the ISO 639-1 language codes supplemented by ISO 3166-1 country codes when necessary.
See the english unit tests for an example.
Initial release after fork
Numeral.js, while less complex, was inspired by and heavily borrowed from Moment.js
Numeral.js is freely distributable under the terms of the MIT license. See the LICENSE file.